added min-height to the page tables and adjusted light surface colors

This commit is contained in:
Gani Georgiev
2026-04-22 07:00:36 +03:00
parent 84b50c4869
commit 592b13913f
6 changed files with 11 additions and 10 deletions
+1
View File
@@ -298,6 +298,7 @@ table {
.page-table-wrapper {
display: block;
width: auto;
min-height: 130px;
overflow: auto;
margin-left: calc(-1 * var(--spacing));
margin-right: calc(-1 * var(--spacing));