refactor(webui): host-render function row actions

This commit is contained in:
2026-07-21 13:52:38 +02:00
parent 81e532fd54
commit df91c70491
2 changed files with 16 additions and 27 deletions
-15
View File
@@ -30,21 +30,6 @@
flex-wrap: wrap;
}
.organizations-row-actions {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: nowrap;
}
.organizations-row-actions {
justify-content: flex-end;
}
.organizations-contributed-action {
display: inline-flex;
}
.organizations-check-list {
display: grid;
gap: 10px;