Skip to content
Snippets Groups Projects
Commit 00d523a5 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix text in input below button.

parent 72dbf9f9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment