Add character counters to suggestion form fields

This commit is contained in:
2026-02-04 15:04:08 +01:00
parent a3122857cf
commit 9fefe6b9c3
2 changed files with 52 additions and 6 deletions

View File

@@ -221,6 +221,17 @@ button.ghost:hover {
color: #6c5a42;
font-size: 14px;
}
.label-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.char-counter {
color: #8c7a63;
font-size: 12px;
white-space: nowrap;
}
.hint {
color: #8c7a63;
font-size: 12px;