mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
don't allow table inside field to extend outside of field
https://anki.tenderapp.com/discussions/private/4498-adjust-textbox-geometry-in-add-note-window
This commit is contained in:
parent
bedd9dadb1
commit
6db954fbbe
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
color: vars.$day-text-fg;
|
||||
padding: 5px;
|
||||
overflow-wrap: break-word;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
|
|
Loading…
Reference in a new issue