Skip to content
Snippets Groups Projects

Polls: Construct an html field during normalization.

Merged lain requested to merge 589-poll-options into develop
1 unresolved thread
Files
2
@@ -75,12 +75,6 @@
@import '../../_variables.scss';
.poll {
img.emoji {
vertical-align: middle;
object-fit: contain;
width: 32px;
height: 32px;
}
.votes {
display: flex;
flex-direction: column;
Loading