Files
cachet-docker/resources/assets/sass/dashboard/partials/_wrapper.scss
2016-08-30 13:11:49 -05:00

9 lines
136 B
SCSS
Vendored

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