Fix text wrapping in modal title

This commit is contained in:
2023-11-16 14:48:15 +01:00
parent d62fc8059e
commit adbf92d0f3
5 changed files with 14 additions and 11 deletions

View File

@@ -653,6 +653,7 @@ const keyboard_event = evt => {
flex-direction: row;
text-align: left;
padding: 4px;
align-items: center;
}
@media(max-height: 600px) {
.headerbar {