diff --git a/css/global.css b/css/global.css index a8ec21e1b8..77a92d1a99 100644 --- a/css/global.css +++ b/css/global.css @@ -279,6 +279,15 @@ summary { .abs { position: absolute; } +.flex { + display: flex; +} +.wrap { + flex-wrap: wrap; +} +.gap1 > :nth-last-child(n + 2) { + margin-right: .25rem; +} .no-stretch { /* reuse the current width of the parent flexbox */ width: 0; diff --git a/manage.html b/manage.html index 97ee9b2834..1b45bba261 100644 --- a/manage.html +++ b/manage.html @@ -259,10 +259,11 @@

: - - + +
+ + +
@@ -275,7 +276,7 @@