Move tag management forms into dialogs (#1253)

* Move tag management forms into dialogs

* add e2e tests
This commit is contained in:
Sascha Ißbrücker
2025-12-31 21:38:46 +01:00
committed by GitHub
parent fc15363349
commit b82d07c588
14 changed files with 440 additions and 147 deletions

View File

@@ -20,9 +20,6 @@
}
.form-group {
&:first-of-type {
margin-top: var(--unit-4);
}
&:not(:last-child) {
margin-bottom: var(--unit-4);
}