[Glitch] Fix counter sizing

Port 67a2dfa8ee to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Sasha Sorokin 2019-11-29 23:03:38 +07:00 committed by Thibaut Girka
parent 55d1f5c78c
commit 2169e61bc9

View file

@ -652,7 +652,7 @@
}
.counter {
width: 33.3%;
min-width: 33.3%;
box-sizing: border-box;
flex: 0 0 auto;
color: $darker-text-color;