Fix mailbox action buttons layout
This commit is contained in:
parent
c87880c544
commit
6ff29d5de7
2 changed files with 12 additions and 5 deletions
7
frontend-js/dist/style.css
vendored
7
frontend-js/dist/style.css
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue