mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 13:38:25 -04:00
JS cleanrup
Table styles and updates Removing chart.js
This commit is contained in:
@@ -276,6 +276,12 @@ td.table-empty-message {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.usa-table {
|
||||
th {
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.js-stick-at-bottom-when-scrolling {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
@@ -376,7 +382,7 @@ td.table-empty-message {
|
||||
}
|
||||
}
|
||||
.table-wrapper {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user