mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user