fix: Ensure network interfaces display on single line with scroll

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Chris Frankland-Wright 2025-08-08 01:02:06 +01:00
parent ba855d520a
commit 5fee17e1ab

View file

@ -65,6 +65,13 @@ body {
letter-spacing: 2px;
}
#interfaces {
text-align: center;
white-space: nowrap;
overflow-x: auto;
padding-bottom: 5px; /* Add some space for the scrollbar if it appears */
}
.full-width {
grid-column: 1 / -1;
}