aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_dashboard.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/sass/_dashboard.scss b/web/cobrands/sass/_dashboard.scss
index 1d3066e7c..9f2f36720 100644
--- a/web/cobrands/sass/_dashboard.scss
+++ b/web/cobrands/sass/_dashboard.scss
@@ -220,6 +220,11 @@
border-top: $primary solid 0.75em;
padding: 0 1em;
+ // Force field elements onto a single line.
+ @media (min-width: 48em) {
+ @include flex-container();
+ }
+
// No border-top when visually preceded by .dashboard-header
.dashboard-header + * & {
border-top: none;