mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
Merge pull request #334 from decaf-dev/fix-dropdown-item-overflow
fix: resolve overflow of dropdown item
This commit is contained in:
commit
526727675d
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@
|
|||
|
||||
.vault-explorer-dropdown-item {
|
||||
padding: 6px 8px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.vault-explorer-dropdown-item:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue