DEV: Moved styles for to be nested under to prevent layout issues affecting other admin tables (#29791)
This commit is contained in:
parent
69d9868c7f
commit
9dab8ed29b
|
@ -39,18 +39,18 @@
|
||||||
color: var(--primary-high);
|
color: var(--primary-high);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.d-admin-table {
|
.d-admin-table {
|
||||||
.d-admin-row__content td {
|
.d-admin-row__content td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-admin-row__overview {
|
.d-admin-row__overview {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
|
||||||
@include breakpoint("tablet") {
|
@include breakpoint("tablet") {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue