Files
cachet-docker/app/assets/sass/partials/_wrapper.scss
Graham Campbell ecc60ff46a Cleanup
2015-01-02 13:05:31 +00:00

9 lines
136 B
SCSS

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