diff --git a/public/styles/style-bootstrap.css b/public/styles/style-bootstrap.css index 319194e4..e454091a 100644 --- a/public/styles/style-bootstrap.css +++ b/public/styles/style-bootstrap.css @@ -413,6 +413,22 @@ body { .fullscreen #welcomeimage { display: none; } + #devListToolbar, #kvmListToolbar { + flex-wrap: wrap; + gap: 8px; + width: 100%; + min-width: 0; + } + #devListToolbarSpan { + flex-wrap: wrap; + gap: 8px; + } + #devListToolbarSpan > .d-flex.ms-auto { + flex-basis: 100%; + flex-wrap: wrap; + gap: 8px; + justify-content: flex-start; + } } #welcomeimage img {