mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:04:21 +08:00
ba5e17a7a9
IE11 requires a unit on the third parameter (flex-basis) of the flex property
25 lines
327 B
SCSS
25 lines
327 B
SCSS
.admin-reports {
|
|
.admin-report {
|
|
.body {
|
|
flex-direction: column;
|
|
|
|
.filters {
|
|
order: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.main {
|
|
order: 2;
|
|
}
|
|
|
|
.report-alert {
|
|
margin: 0;
|
|
order: 1;
|
|
flex: 1 0 0px;
|
|
padding: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|