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
1 changed files with 13 additions and 0 deletions

View File

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