mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 15:41:06 -04: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 {
|
&:first-child {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user