UX: Make cells middle aligned; apply overview class directly to td elements (#29813)

This commit is contained in:
Ella E.
2024-11-18 18:42:29 -07:00
committed by GitHub
parent 2a59df79d3
commit 79ffbe7cd5

View File

@@ -26,7 +26,7 @@
}
td {
vertical-align: top;
vertical-align: middle;
padding-top: var(--space-3);
padding-bottom: var(--space-3);
@@ -41,6 +41,15 @@
}
}
&.d-admin-row__overview {
width: 55%;
@include breakpoint("tablet") {
width: auto;
border-top: 0;
}
}
&.d-admin-row__detail {
@include breakpoint("tablet") {
display: flex;
@@ -62,13 +71,6 @@
}
.d-admin-row__overview {
width: 55%;
@include breakpoint("tablet") {
width: auto;
border-top: 0;
}
&-name {
font-weight: 700;
max-width: 80%;