diff --git a/app/assets/stylesheets/admin/dashboard-single-ent.css.sass b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass index 0052c6c58b..a75c424085 100644 --- a/app/assets/stylesheets/admin/dashboard-single-ent.css.sass +++ b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass @@ -13,4 +13,13 @@ transition: opacity 300ms ease-out padding: 0.77778em 1.33333em 0.77778em 0.77778em a.close - float: right \ No newline at end of file + float: right + + +.dashboard_item + .header + padding: 0.77778em 1.33333em 0.77778em 0.77778em + height: auto !important + .list + .button.bottom + width: 100% \ No newline at end of file