CSS revision

This commit is contained in:
Rachid Mrad 2024-06-10 13:02:37 -04:00
parent 4a14296e6d
commit 8b321837f4
No known key found for this signature in database

View file

@ -763,8 +763,10 @@ div.dja__model-description{
}
.analytics-button-group {
// This button group has too many items
flex-wrap: wrap;
a {
min-width: 160px !important;
// Fix a weird spacing issue with USWDS a buttons in DJA
a.button {
padding: 6px 8px 10px 8px;
}
}