diff core/modules/system/css/components/system-status-report-counters.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/modules/system/css/components/system-status-report-counters.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/system/css/components/system-status-report-counters.css	Thu May 09 15:34:47 2019 +0100
@@ -5,17 +5,17 @@
 
 .system-status-report-counters__item {
   width: 100%;
+  margin-bottom: 0.5em;
   padding: 0.5em 0;
   text-align: center;
   white-space: nowrap;
   background-color: rgba(0, 0, 0, 0.063);
-  margin-bottom: 0.5em;
 }
 
 @media screen and (min-width: 60em) {
   .system-status-report-counters {
+    display: flex;
     flex-wrap: wrap;
-    display: flex;
     justify-content: space-between;
   }
   .system-status-report-counters__item--half-width {