mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Merge pull request #20 from frostschutz/editor_field_outline
fix field outline overlaps with other fields
This commit is contained in:
commit
bf534e6521
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ _html = """
|
|||
}
|
||||
/* prevent floated images from being displayed outside field */
|
||||
.field:after {
|
||||
content: ".";
|
||||
content: "";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
|
|
Loading…
Reference in a new issue