mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
Fix spacing of ‘only showing […] rows’ message
It was too far apart. Can’t be fixed by reducing the margin on the table because this would bring the table too close to other elements when the ‘only showing’ thing isn’t present.
This commit is contained in:
@@ -130,9 +130,16 @@
|
||||
}
|
||||
|
||||
&-shim {
|
||||
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
margin-bottom: 30px;
|
||||
|
||||
& + .table-show-more-link {
|
||||
margin-top: -28px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user