fix: add CSS to truncate overflowing header navigation in Frankfurt theme
Deploy Slides / build-and-deploy (push) Successful in 1m41s

This commit is contained in:
2026-05-31 00:09:46 +08:00
parent f3abc5fdc6
commit 874ccbdcc7
+14
View File
@@ -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;
}