Merge pull request #366 from nextcloud/design/fix-long-answers

Fix overlapping text of long answers
This commit is contained in:
Jan-Christoph Borchardt 2020-05-09 19:15:43 +02:00 committed by GitHub
commit 42864760f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -222,13 +222,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] {