mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: stop url button being pushed out of the grid card (#202)
This commit is contained in:
parent
04d5452752
commit
8b22240e39
2 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@
|
|||
|
||||
<style>
|
||||
.vault-explorer-grid-card__title {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vault-explorer-grid-card__title--interactive {
|
||||
|
|
|
|||
Loading…
Reference in a new issue