style(assets): add css to handle tabs wrapping in widget group headers

This commit is contained in:
Prad Nukala
2026-06-28 14:26:57 -04:00
parent af1236b61a
commit 1b81c49ce2
+7
View File
@@ -45,3 +45,10 @@
/* Tighter, denser article lists — closer to print */ /* Tighter, denser article lists — closer to print */
.widget-type-rss .list > * { padding-block: 0.35rem; } .widget-type-rss .list > * { padding-block: 0.35rem; }
/* Tabs wrap to the next line instead of ever showing a horizontal scrollbar */
.widget-group-header .widget-header {
flex-wrap: wrap !important;
overflow-x: visible !important;
row-gap: 0.3rem;
}