v2.5.0: align key table buttons

This commit is contained in:
Виталий Литвинов
2026-04-25 15:44:36 +03:00
parent b58bc9e1ba
commit 7b1a79bba9
3 changed files with 22 additions and 1 deletions

View File

@@ -1045,6 +1045,24 @@ td small {
flex-wrap: wrap;
}
.keys-table .mini-actions,
.keys-table .action-buttons {
display: grid;
grid-template-columns: 1fr;
align-content: center;
align-items: stretch;
gap: 8px;
width: 100%;
}
.keys-table .mini-actions button,
.keys-table .action-buttons button {
width: 100%;
min-height: 44px;
white-space: normal;
line-height: 1.2;
}
.backup-schedule,
.backup-includes {
display: grid;