UX: wrap avatars in voter pop-up

This commit is contained in:
Joe 2019-09-03 07:19:22 +08:00 committed by GitHub
parent 44a60a7409
commit 9cc4aa22a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
// voter avatars
.regular-votes {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}