diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-18 15:02:45 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-18 15:02:45 -0500 |
commit | c75c8409763c702a564e3b99472306c803b5029c (patch) | |
tree | ea0f0e32387a5acb9fdeb8cc767fcff203a97d99 | |
parent | cc66dbeac9754af7253d83d379c6a3b60bc7d6fd (diff) | |
download | gitlab-ce-issue_13885.tar.gz |
Adjust CSSissue_13885
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index 2122ee85c58..625a0bf69c6 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -143,11 +143,11 @@ input { width: 100%; - margin: 0 0 10px 0; + margin: 0 0 10px; } } - input.input-short { + .input-short { width: 100%; } |