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:
parent
91e26b101e
commit
ebb322864f
@ -244,6 +244,7 @@ header nav {
|
||||
|
||||
.navbar-brand {
|
||||
margin-right: var(--spacer);
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
nav > ul {
|
||||
|
Loading…
x
Reference in New Issue
Block a user