Tweak padding

This commit is contained in:
Rachid Mrad 2025-03-24 22:29:07 -04:00
parent f04b1e382a
commit f39b390a5c
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -142,9 +142,11 @@ th {
} }
} }
.dotgov-table--cell-padding-1-1-2px-0 { .dotgov-table--cell-padding-2-2-2-0 {
@include at-media(mobile-lg) {
td, th { td, th {
padding: units(1) units(1) units(2px) 0; padding: units(2) units(2) units(2) 0;
}
} }
} }

View file

@ -128,7 +128,7 @@
{% endfor %} {% endfor %}
<div class="usa-table-container--scrollable usa-table-container--override-overflow usa-table-container--override-scrollable padding-top-5 margin-top-0" tabindex="0"> <div class="usa-table-container--scrollable usa-table-container--override-overflow usa-table-container--override-scrollable padding-top-5 margin-top-0" tabindex="0">
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked dotgov-table--cell-padding-1-1-2px-0" id="dsdata-table"> <table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked dotgov-table--cell-padding-2-2-2-0" id="dsdata-table">
<caption class="sr-only">Your DS data records</caption> <caption class="sr-only">Your DS data records</caption>
<thead> <thead>
<tr> <tr>