Skip to content

Commit 46d8a78

Browse files
milanmajchrakclaude
andcommitted
UoE/Add spacing below statistics pagination bar so the gear isn't glued to the table (DSpace#726)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4996034 commit 46d8a78

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/statistics-page/statistics-table/statistics-table.component.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ th, td {
22
padding: 0.5rem;
33
}
44

5+
// Space below the pagination top bar (results-per-page gear + "showing" detail)
6+
// so it isn't glued to the table above it.
7+
:host ::ng-deep ds-pagination .pagination-masked.top {
8+
margin-bottom: 0.75rem;
9+
}
10+
511
td {
612
width: 50px;
713
max-width: 50px;

0 commit comments

Comments
 (0)