mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 07:46:56 +08:00
This makes it clearer that admin css is compiled to a separate bundle. This is a first step towards moving the 'admin' parts out of the main mobile/desktop bundles.
7 lines
116 B
SCSS
Vendored
7 lines
116 B
SCSS
Vendored
.admin-report-inline-table {
|
|
.table-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|