mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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;
|
color: vars.$day-text-fg;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix:after {
|
.clearfix:after {
|
||||||
|
|
Loading…
Reference in a new issue