make the question input box bigger

fixes CNVS-23375

test plan:
- see if the box for inputting a grade in speedgrader is bigger

Change-Id: Ia43d59dfccba22e0a6ef01acb25dd0d6e8934dc4
Reviewed-on: https://gerrit.instructure.com/66554
Tested-by: Jenkins
Reviewed-by: Ryan Taylor <rtaylor@instructure.com>
QA-Review: Landon Holmstead <lholmstead@instructure.com>
Product-Review: Jason Sparks <jsparks@instructure.com>
This commit is contained in:
Davis McClellan 2015-11-04 17:06:27 -07:00
parent ff7dc08ff7
commit 51e6c96786
1 changed files with 1 additions and 1 deletions

View File

@ -1834,7 +1834,7 @@ ul#quiz_versions {
margin: 0;
}
.question_input {
width: 30px;
width: 70px;
margin-bottom: 0;
}
}