Files
slide/styles/index.css
T
wonder c81701d440
Deploy Slides / build-and-deploy (push) Successful in 1m34s
fix: prevent header nav text wrapping in Frankfurt theme
2026-05-31 00:13:56 +08:00

19 lines
309 B
CSS

/* 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 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}