fix: add CSS to truncate overflowing header navigation in Frankfurt theme
Deploy Slides / build-and-deploy (push) Successful in 1m41s
Deploy Slides / build-and-deploy (push) Successful in 1m41s
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
/* Fix header navigation overflow in Frankfurt theme */
|
||||||
|
header .flex-1 {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .flex-1 > div:first-child {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user