Cachet/app/assets/sass/partials/_wrapper.scss
2014-12-13 13:08:18 +00:00

9 lines
106 B
SCSS

body.dashboard {
.wrapper {
width: 100%;
display: table;
height: 100%;
table-layout: fixed;
}
}