Fix overlapping text of long answers
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
259941cc00
commit
a5972f1343
2 changed files with 4 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue