Merge pull request #1226 from GSA/1225-change-padding-on-recent-batch-tables

Quick fix: added padding to td on recent table table
This commit is contained in:
Carlo Costino
2024-02-27 12:49:23 -05:00
committed by GitHub

View File

@@ -403,8 +403,11 @@ td.table-empty-message {
width: 5%;
}
th {
padding: 0.5rem 0.5rem;
padding: 0.5rem 1rem
}
td {
padding: 0.5rem 1rem
}
}
#template-list {