From 3d474b191654654b28cae04446daadeea430253c Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Thu, 7 Aug 2025 13:19:59 -0500 Subject: [PATCH] Set line-height on .data-set class (#31659) --- frontend/components/DataSet/_styles.scss | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/frontend/components/DataSet/_styles.scss b/frontend/components/DataSet/_styles.scss index 03eadfc033..d1b40e7ab4 100644 --- a/frontend/components/DataSet/_styles.scss +++ b/frontend/components/DataSet/_styles.scss @@ -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;