mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Improve no reflow a little bit
This commit is contained in:
parent
85567fddd9
commit
bb166392b1
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
border: none;
|
||||
margin: 0;
|
||||
/* adjust so deleting all tags does not cause a reflow */
|
||||
padding: 1.5px 0;
|
||||
padding: 3.2px 0;
|
||||
}
|
||||
|
||||
&::after {
|
||||
|
|
Loading…
Reference in a new issue