Fix UI issues in polls

This commit is contained in:
yflory 2023-01-12 18:10:58 +01:00
parent a0714b9cc8
commit ebe7454712

View file

@ -1033,7 +1033,7 @@
}
.cp-form-poll-body {
flex-flow: column;
max-height: 225px;
// max-height: 225px;
& > div {
display: flex;
@ -1163,11 +1163,16 @@
flex-flow: column;
&.cp-form-poll-body {
flex-flow: row;
max-height: unset;
& > div {
flex-flow: column;
}
flex: 1;
min-width: 0;
overflow: auto;
}
}
.cp-poll-total {
flex-flow: column;
}
@ -1190,7 +1195,8 @@
width: auto !important;
}
.cp-poll-time-day {
flex-basis: 40px;
flex-basis: 40px !important;
flex-grow: 0;
border-right: none;
border-right: 1px solid @cryptpad_text_col;
border-bottom: 0px;