]> cat aescling's git repositories - mastodon.git/commitdiff
Fix height of dashboard counters (#11736)
authorThibG <thib@sitedethib.com>
Mon, 2 Sep 2019 16:11:34 +0000 (18:11 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 2 Sep 2019 16:11:34 +0000 (18:11 +0200)
app/javascript/styles/mastodon/dashboard.scss

index e4564f062cd7bbb97028507eab9083c49c012cbc..c0944d417dd150c0c22e7f08a9c63196307d892f 100644 (file)
@@ -15,6 +15,8 @@
       padding: 20px;
       background: lighten($ui-base-color, 4%);
       border-radius: 4px;
+      box-sizing: border-box;
+      height: 100%;
     }
 
     & > a {