diff --git a/public/css/module.less b/public/css/module.less index 91c9d8a..63c3849 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1010,3 +1010,18 @@ textarea.smaller { max-width: 60em; } /** END of custom font styling **/ + +.overview-dashboard { + display: flex; + flex-wrap: wrap; +} +.dashboard-tile-fullscreen { + flex: 1 1 auto; +} +.badge-fullscreen { + flex: 1 1 auto; + max-width: 100%; + min-width: 10em; + width: auto; + text-overflow: ellipsis; +} \ No newline at end of file