[Glitch] Fix tiny spacing above character counter

Port e966aae0492cc612a96757ea01a204d9ae60a3aa to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2026-06-17 10:39:47 +02:00 committed by Claire
parent 772106eb08
commit de89461fb8

View File

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