Fix tiny spacing above character counter (#39467)

This commit is contained in:
diondiondion
2026-06-17 10:39:47 +02:00
committed by GitHub
parent 412ab6fac9
commit e966aae049

View File

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