Fix overlapping text of long answers

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-05-09 02:21:34 +02:00
parent 259941cc00
commit a5972f1343
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17
2 changed files with 4 additions and 9 deletions

View file

@ -283,14 +283,16 @@ export default {
position: relative;
display: inline-flex;
align-items: center;
height: 44px;
min-height: 44px;
.question__label {
flex: 1 1 100%;
// Overwrite guest page core styles
text-align: left !important;
padding: 11px 0 11px 30px;
&::before {
margin: 14px !important;
margin-left: -30px !important;
margin-right: 14px !important;
}
}
}

View file

@ -215,13 +215,6 @@ export default {
.question {
// Less padding needed as submit view does not have drag handles
padding-left: 16px;
// stylelint-disable-next-line selector-pseudo-element-no-unknown
::v-deep ul.question__content {
// Left-align multiple choice and checkboxes with question text
// Only in submit view
// TODO: use variables
margin-left: -14px;
}
}
input[type=submit] {