Set line-height on .data-set class (#31659)

This commit is contained in:
Luke Heath
2025-08-07 13:19:59 -05:00
committed by GitHub
parent 11532eff33
commit 3d474b1916
+3 -11
View File
@@ -1,29 +1,21 @@
.data-set {
display: flex;
flex-direction: column;
font-size: $x-small;
gap: $pad-xsmall;
&__horizontal {
display: flex;
gap: $pad-small;
}
// ff only
@-moz-document url-prefix() {
display: flex;
flex-direction: column;
gap: 6px;
}
dt {
font-weight: $bold;
display: flex;
gap: $pad-xsmall; // For deprecated sandbox icons
// white-space: nowrap; // Future-proofing: Prevents unexpected wrapping,
// consider uncommenting and testing if layout issues resurface.
}
dd {
display: flex;
gap: $pad-small;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;