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:
Damien Elmes 2020-07-01 12:13:04 +10:00
parent bedd9dadb1
commit 6db954fbbe

View File

@ -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 {