diff --git a/styles/index.css b/styles/index.css index c66a314..68b69eb 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,14 +1,18 @@ /* Fix header navigation overflow in Frankfurt theme */ +header { + overflow: hidden; +} + header .flex-1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; + max-width: 150px; } -header .flex-1 > div:first-child { +header .flex-1 > div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - font-size: 0.75rem; }