diff options
Diffstat (limited to 'testapp/static/exam/css/base.css')
-rw-r--r-- | testapp/static/exam/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css index e1adc48..c822f4d 100644 --- a/testapp/static/exam/css/base.css +++ b/testapp/static/exam/css/base.css @@ -631,7 +631,7 @@ textarea { } select { - width : 80px; + width : auto; } label { padding-top: 6px; |