Files
cachet-docker/resources/assets/sass/partials/_wrapper.scss
2015-03-20 18:30:45 -06:00

9 lines
136 B
SCSS

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