fix styling issue

This commit is contained in:
Beverly Nguyen
2025-03-17 12:12:06 -07:00
parent 9facde2c60
commit 3555db1163

View File

@@ -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);
}