Fix issue with status width in glitch-soc

This commit is contained in:
Claire
2025-05-26 21:25:20 +02:00
parent 5bd7b2c6f3
commit 8bb75bd4ab

View File

@@ -11377,6 +11377,9 @@ noscript {
.status {
border-bottom: 0;
// glitch-soc fix for width-constrained
contain: inline-size;
}
&__header {