tag placement in new-entry page

This commit is contained in:
2026-08-27 21:45:38 +02:00
parent de916d2fc7
commit 1c2d1b71ff
4 changed files with 32 additions and 0 deletions
+8
View File
@@ -1065,7 +1065,15 @@ button:disabled {
user-select: none;
}
.form-section label.tag-checkbox {
display: inline-flex;
}
.tag-checkbox input {
width: auto;
min-width: 0;
flex: 0 0 auto;
margin: 0;
cursor: pointer;
}