Fix mailbox action buttons layout

This commit is contained in:
DonVoo 2026-07-12 17:45:36 +02:00
parent c87880c544
commit 6ff29d5de7
2 changed files with 12 additions and 5 deletions

View file

@ -309,6 +309,12 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
text-overflow: ellipsis;
white-space: nowrap;
}
.account-table .actions-col,
.account-table .row-actions {
width: 204px;
min-width: 204px;
overflow: visible;
}
.account-table th {
color: var(--ol-muted);
font-weight: 600;
@ -320,6 +326,7 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
display: flex;
gap: 4px;
justify-content: flex-end;
white-space: nowrap;
}
.row-actions form { margin: 0; }
.account-form {