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 */
|
/* Fix header navigation overflow in Frankfurt theme */
|
||||||
|
header {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
header .flex-1 {
|
header .flex-1 {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .flex-1 > div:first-child {
|
header .flex-1 > div {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 0.75rem;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user