mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Moved styles for to be nested under to prevent layout issues affecting other admin tables (#29791)
This commit is contained in:
@@ -39,18 +39,18 @@
|
||||
color: var(--primary-high);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.d-admin-table {
|
||||
.d-admin-row__content td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.d-admin-table {
|
||||
.d-admin-row__content td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.d-admin-row__overview {
|
||||
width: 20%;
|
||||
.d-admin-row__overview {
|
||||
width: 20%;
|
||||
|
||||
@include breakpoint("tablet") {
|
||||
width: auto;
|
||||
@include breakpoint("tablet") {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user