Fix up styles

This commit is contained in:
David Cook
2024-06-11 15:51:33 +10:00
parent c6452efa92
commit 9ba3b4f2d5
3 changed files with 11 additions and 3 deletions

View File

@@ -214,6 +214,10 @@
display: none;
}
.pagination-description {
flex-grow: 1; // Grow to fill space
}
.with-dropdown {
display: flex;
justify-content: space-between;
@@ -221,7 +225,11 @@
gap: 10px;
}
.per-page {
width: 10em;
width: 9em;
}
.column-preferences .ofn-drop-down-label {
width: 13em;
}
}