[Glitch] Fix counter sizing

Port b532ead798 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Sasha Sorokin 2019-11-29 23:03:38 +07:00 committed by Thibaut Girka
parent 776352d329
commit b509b8812a
1 changed files with 1 additions and 1 deletions

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;