Fix some overflows.

This commit is contained in:
kovacsv 2023-01-15 15:53:02 +01:00
parent 0217122621
commit 747ed18d20

View File

@ -31,6 +31,9 @@ h1
font-size: 28px; font-size: 28px;
margin-top: 0px; margin-top: 0px;
margin-bottom: 20px; margin-bottom: 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} }
h2 h2
@ -143,6 +146,9 @@ li
.navigation_item .navigation_item
{ {
padding: 5px 10px; padding: 5px 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} }
.navigation_item.selected .navigation_item.selected