summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/nav.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss18
1 files changed, 16 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 9d1b7199705..2122ee85c58 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -128,15 +128,23 @@
}
}
- @media (max-width: 600px) {
- .btn, form {
+ @media (max-width: $screen-xs-max) {
+ padding-bottom: 0;
+
+ .btn, form, .dropdown, .dropdown-menu-toggle, .form-control {
margin: 0 0 10px 0;
display: block;
+ width: 100%;
}
form {
display: block;
height: auto;
+
+ input {
+ width: 100%;
+ margin: 0 0 10px 0;
+ }
}
input.input-short {
@@ -146,6 +154,12 @@
.icon-label {
display: inline-block;
}
+
+ // Applies on /dashboard/issues
+ .project-item-select-holder {
+ display: block;
+ margin: 0;
+ }
}
/* Small devices (tablets, 768px and lower) */