9 lines
136 B
SCSS
Vendored
9 lines
136 B
SCSS
Vendored
body.dashboard {
|
|
.wrapper {
|
|
width: 100%;
|
|
display: table;
|
|
height: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
}
|