Fix tiny spacing above character counter (#39467)

This commit is contained in:
diondiondion 2026-06-17 10:39:47 +02:00 committed by Claire
parent 8ea7732343
commit a5fd36e95c

View File

@ -1,4 +1,5 @@
.counter {
display: block;
margin-top: 4px;
font-size: 13px;
}