Prevent text in nav list items from wrapping onto multiple lines (#104411)
Force menu items to stay on one line. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104411 Reviewed-by: Sybren A. Stüvel <sybren@blender.org>
This commit is contained in:
parent
4551be29f6
commit
dcb184e28e
@ -256,6 +256,7 @@ nav > ul {
|
|||||||
nav > ul > li > a {
|
nav > ul > li > a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: var(--spacer-xs) var(--spacer-sm);
|
padding: var(--spacer-xs) var(--spacer-sm);
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.column-title {
|
h2.column-title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user