fix(ui): improve backup execution table scrolling and borders

This commit is contained in:
Andras Bacsai
2026-08-16 21:14:16 +02:00
parent bd79f4ec91
commit 866a3ab528
3 changed files with 20 additions and 8 deletions
+8
View File
@@ -2707,6 +2707,14 @@ input[type="search"]::-webkit-search-results-decoration {
min-width: 66rem;
}
.backup-executions-table-scroll {
overflow-x: auto;
}
.backup-execution-row:last-child > .data-table-row {
border-bottom: 0;
}
.volume-backup-executions-grid {
grid-template-columns: 7.5rem minmax(0, 1fr) 8.5rem 7rem 9rem minmax(9rem, 0.7fr);
min-width: 50rem;