fix: prevent header nav text wrapping in Frankfurt theme
Deploy Slides / build-and-deploy (push) Successful in 1m34s
Deploy Slides / build-and-deploy (push) Successful in 1m34s
This commit is contained in:
+6
-2
@@ -1,14 +1,18 @@
|
||||
/* 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:first-child {
|
||||
header .flex-1 > div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user