Fix display of select dropdown and adjust to Forms text

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-06-25 19:54:53 +02:00
parent 7bba1f067f
commit f23678ffd0
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -359,4 +359,11 @@ export default {
font-size: 14px;
position: relative;
}
// Fix display of select dropdown and adjust to Forms text
select.question__content {
height: 44px;
padding: 12px 0 12px 12px;
font-size: 14px;
}
</style>