UX: wrap avatars in voter pop-up
This commit is contained in:
parent
44a60a7409
commit
9cc4aa22a5
|
@ -80,6 +80,7 @@
|
|||
// voter avatars
|
||||
.regular-votes {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue