diff --git a/src/components/Questions/QuestionFile.vue b/src/components/Questions/QuestionFile.vue index f9b253258..012573650 100644 --- a/src/components/Questions/QuestionFile.vue +++ b/src/components/Questions/QuestionFile.vue @@ -107,11 +107,7 @@ @@ -382,4 +380,20 @@ export default { .file-type-checkbox { margin-left: 30px; } + +.question__input--wrapper { + &:has(input:disabled) { + margin-left: -13px; + } + + input { + height: 44px; + padding-top: 8px; + } + + input:disabled { + height: 35px; + padding-top: 3px; + } +}