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:
Vivian Leung 2025-07-17 10:54:51 +02:00 committed by Sybren A. Stüvel
parent 4551be29f6
commit dcb184e28e

View File

@ -256,6 +256,7 @@ nav > ul {
nav > ul > li > a {
display: block;
padding: var(--spacer-xs) var(--spacer-sm);
white-space: nowrap;
}
h2.column-title {