Fix huge empty space in the Character tab

This commit is contained in:
oobabooga 2023-04-04 18:07:34 -03:00 committed by GitHub
parent 38afc2470c
commit 9c86acda67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,3 +63,7 @@ span.math.inline {
font-size: 27px; font-size: 27px;
vertical-align: baseline !important; vertical-align: baseline !important;
} }
div.svelte-15lo0d8 {
flex-wrap: nowrap;
}