mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
Fix: More button shrunk slightly
This commit is contained in:
parent
fc880259a8
commit
3cf58419d7
1 changed files with 4 additions and 0 deletions
|
|
@ -68,4 +68,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
div :global(button) {
|
div :global(button) {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue