mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
Allow overflow on right-aligned table cells
The right aligned cells contain ‘Change’ links. These have a large `border` to make the clickable area bigger. This commit removes the `overflow: hidden` from these cells, so that the larger border remains visible.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
}
|
||||
|
||||
td {
|
||||
td.table-field-center-aligned {
|
||||
|
||||
&:first-child {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user