From 00d523a519f8278905932e6d7b6556db57433a0e Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Fri, 10 Nov 2017 11:22:49 -0500 Subject: [PATCH] Fix text in input below button. --- src/components/question/question.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/question/question.css b/src/components/question/question.css index 0637d9d46..7c6e672a9 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; } -- GitLab