Files
cachet-docker/resources/assets/sass/partials/_wrapper.scss
2016-07-12 16:28:28 +08:00

9 lines
136 B
SCSS
Vendored

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