UX: minor tweaks to poll builder UI (#8985)

This commit is contained in:
Joffrey JAFFEUX 2020-02-17 17:02:44 +01:00 committed by GitHub
parent 2e397c78c4
commit 72b6f908f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@ $poll-margin: 10px;
flex-shrink: 0; flex-shrink: 0;
width: 280px; width: 280px;
} }
.combo-box {
min-width: 180px;
width: 180px;
}
.d-editor-preview { .d-editor-preview {
margin-left: $poll-margin * 2; margin-left: $poll-margin * 2;
@ -36,6 +40,11 @@ $poll-margin: 10px;
min-width: 85px; min-width: 85px;
} }
.input-group {
display: flex;
justify-content: space-between;
}
.poll-number { .poll-number {
margin: $poll-margin 0; margin: $poll-margin 0;
display: flex; display: flex;
@ -46,6 +55,10 @@ $poll-margin: 10px;
} }
} }
.poll-textarea {
flex-direction: column;
}
.poll-textarea textarea { .poll-textarea textarea {
width: 100%; width: 100%;
height: 90px; height: 90px;