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