diff options
-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%; } |