Fix vote-bar resize on 100% votes

This commit is contained in:
Gabriel Tofvesson 2022-10-22 07:25:27 +02:00
parent 2af80fd97e
commit 8457ce9979

View File

@ -146,7 +146,8 @@
align-items: center;
padding: 0px;
width: 100%;
overflow-x: hidden;
height: 35px;
overflow: hidden;
/* background-color: #ffa100; */
}