Hack around overflow in some languages

The problem at the moment is that the two left buttons are not part
of the scrollable area on the right, and the scrollable area has been
manually positioned. We would need to move the buttons into the toolbar
area, and then hide them when using the desktop editor. For now, I've
just added wrapping/smaller text instead.

https://forums.ankiweb.net/t/image-occlusion-editor-buttons-overlap-in-some-languages/38499
This commit is contained in:
Damien Elmes 2023-12-18 13:34:05 +10:00
parent 3605ef314a
commit 9b00425209

View file

@ -70,6 +70,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
display: flex;
padding: 0px 6px 0px 6px;
height: 38px;
max-width: 60px;
font-size: small;
white-space: normal;
word-break: break-all;
hyphens: auto;
}
:global(.image-occlusion) {