commit | 48afc133b9579123100c77595112b6e4fdf85cf5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Mon Apr 11 15:14:02 2016 -0700 |
committer | Matteo Scandolo <teo@onlab.us> | Mon Apr 11 15:14:02 2016 -0700 |
tree | 569dce91cb5c90e55a0f52619e889f4760f80c2c | |
parent | e2f7d41aaeeb996a0e224db96eed1a01f40fe7ea [diff] |
Fixed small bug on login page
diff --git a/views/style/sass/lib/form.scss b/views/style/sass/lib/form.scss index d993c77..e8b74df 100644 --- a/views/style/sass/lib/form.scss +++ b/views/style/sass/lib/form.scss
@@ -1,3 +1,4 @@ .form-control { width: auto; + min-width: 100%; } \ No newline at end of file