Display votes in non-anonymous voting results

This commit is contained in:
Brian Wiborg 2024-05-13 12:46:13 +02:00
parent 58cb8645a4
commit f2f8265499
No known key found for this signature in database
GPG key ID: BE53FA9286B719D6
6 changed files with 42 additions and 5 deletions

View file

@ -1240,6 +1240,10 @@ input[type="range"]::-ms-fill-lower {
padding-bottom: 2rem;
}
.pt-4 {
padding-top: 1rem;
}
.text-left {
text-align: left;
}