From 3555db1163fbc1c5153d97e7f69fa0ff8ae14ce5 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 17 Mar 2025 12:12:06 -0700 Subject: [PATCH] fix styling issue --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 83ad4ece4..59bdd4614 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -139,11 +139,6 @@ td.table-empty-message { font-family: family('sans'); } -.usa-dark-background .pill-item__label { - color: white; - text-decoration: none !important; -} - .pill-item.usa-link { text-decoration: none !important; } @@ -257,6 +252,11 @@ td.table-empty-message { } } +.usa-checkbox.template-list-item.template-list-item-with-checkbox.template-list-item-without-ancestors { + display: flex; + flex-direction: column; +} + .usa-checkbox__label-description { margin: units(2px) 0 units(1) units(4); }