mirror of
https://github.com/ankitects/anki.git
synced 2025-11-25 22:17:12 -05:00
Fix overflowing filenames displacing import button (#2806)
Fixes #2793.
This commit is contained in:
parent
db031424c2
commit
02a5c2d526
1 changed files with 4 additions and 0 deletions
|
|
@ -53,4 +53,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
margin-inline: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
.filename {
|
||||
word-break: break-word;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue