Add character counters to suggestion form fields
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user