mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 19:24:03 +01:00
9 lines
106 B
SCSS
9 lines
106 B
SCSS
body.dashboard {
|
|
.wrapper {
|
|
width: 100%;
|
|
display: table;
|
|
height: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
}
|