Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-03-08 01:08:29 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-03-08 01:08:29 +0300
commit5103cfd0175552ba6700437777d38b67fd3f92ab (patch)
treeb72df5a32e7752991d187f28ee4214574d169a2b /app/assets/stylesheets/framework/mobile.scss
parentd1c313b2c88f3aabb70b0aeb51ac94a68215e502 (diff)
Align bulk update issues button to the right
Diffstat (limited to 'app/assets/stylesheets/framework/mobile.scss')
-rw-r--r--app/assets/stylesheets/framework/mobile.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 8e2c56a8488..eb73f7cc794 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -100,8 +100,7 @@
@media (max-width: $screen-sm-max) {
.issues-filters {
- .milestone-filter,
- .labels-filter {
+ .milestone-filter {
display: none;
}
}