summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-19 16:09:53 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-06 13:35:05 -0600
commit11db74bd5e11f78bd318a8b01fbe5938000a70fc (patch)
tree412472213ad691014ab66b798304c81cd4f161c4 /app/assets/stylesheets/framework/filters.scss
parent4ff47eab9a689ebd6ba988f48873b39b03b6befa (diff)
downloadgitlab-ce-11db74bd5e11f78bd318a8b01fbe5938000a70fc.tar.gz
Fix mobile update issues button
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 0ba00cea8b5..cd905c11382 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -4,6 +4,14 @@
&.reset-filters {
padding: 7px;
}
+
+ &.update-issues-btn {
+ float: right;
+
+ @media (max-width: $screen-sm-max) {
+ float: none;
+ }
+ }
}
@media (min-width: $screen-sm-min) {
@@ -34,6 +42,11 @@
display: block;
margin: 0 0 10px;
}
+
+ .dropdown-menu-toggle,
+ .update-issues-btn .btn {
+ width: 100%;
+ }
}
.filtered-search-container {