mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Remove small padding override
This commit is contained in:
parent
7ad442e7a7
commit
a6a82a7ac6
2 changed files with 1 additions and 7 deletions
|
@ -142,12 +142,6 @@ th {
|
|||
}
|
||||
}
|
||||
|
||||
.dotgov-table--cell-padding-1-1-2px-0 {
|
||||
td, th {
|
||||
padding: units(1) units(1) units(2px) 0;
|
||||
}
|
||||
}
|
||||
|
||||
.usa-table--striped tbody tr:nth-child(odd) th,
|
||||
.usa-table--striped tbody tr:nth-child(odd) td {
|
||||
background-color: color('primary-lightest');
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
{% 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">
|
||||
<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" id="dsdata-table">
|
||||
<caption class="sr-only">Your DS data records</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue