commit | fd1fc27c6c6f46be99079abaff4cb9641c229228 | [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 | f5bb12736f0f68e6f369428a5b8017c52280437c | |
parent | 78eb2ec7e653bd7730571e72046bedfbc1e6cba5 [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