Webapp: prevent rewrapping the Manager name in the header

Longer names could get rewrapped, but there is not enough vertical space
for this. Now rewrapping is prevented. Of course a very long name can still
cause layout issues, but at least now slightly-long names work fine.
This commit is contained in:
Sybren A. Stüvel 2025-08-21 11:19:47 +02:00
parent 91e26b101e
commit ebb322864f

View File

@ -244,6 +244,7 @@ header nav {
.navbar-brand {
margin-right: var(--spacer);
text-wrap: nowrap;
}
nav > ul {