diff --git a/src/components/question/question.css b/src/components/question/question.css index 0637d9d460681cca889cb40b4cadd319af5153fc..7c6e672a97fd1be774a187edfab3b8131fb6bcc0 100644 --- a/src/components/question/question.css +++ b/src/components/question/question.css @@ -45,9 +45,10 @@ background: $motion-primary; } -/* Input overrides: width, font-weight and focus outline */ +/* Input overrides: width, font-weight, focus outline and padding */ .question-input > input { width: 100%; + padding: 0 2rem 0 0.75rem; /* To make room for the submit button */ font-weight: normal; }