Fix poll total column UI

pull/1/head
yflory 2021-06-10 16:50:16 +02:00
parent c63e6a4f32
commit 79b0460d80
1 changed files with 6 additions and 0 deletions

View File

@ -554,6 +554,9 @@
& > div {
display: flex;
}
.cp-poll-total {
display: flex;
}
.cp-form-poll-body {
flex-flow: column;
max-height: 225px;
@ -642,6 +645,9 @@
}
}
}
.cp-poll-total {
flex-flow: column;
}
.cp-poll-cell:not(.cp-poll-switch) {
&:first-child {
width: 100px;