summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-10-05 14:42:41 +0300
committerFatih Acet <acetfatih@gmail.com>2016-10-05 14:42:41 +0300
commit2a62f47bcd82ee692c2b19e70ed702a74bf1151a (patch)
tree77296047c251f6597274a4f792f52984fd99e8c1 /app/assets/stylesheets
parent1956bd5e9e44adcdf24ceaa45fddb7d02ba79b92 (diff)
parentc9396bc7c5b7b55fd01ec63279f5ab4223c0a184 (diff)
downloadgitlab-ce-2a62f47bcd82ee692c2b19e70ed702a74bf1151a.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into revert-c676283b-existing
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/todos.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index 68a5d1ae06c..ea76fe18876 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -51,6 +51,7 @@
-webkit-flex-direction: column;
flex-direction: column;
margin-left: 10px;
+ min-width: 55px;
}
.todo-item {
@@ -120,6 +121,14 @@
}
}
+@media (max-width: $screen-sm-max) {
+ .todos-filters {
+ .dropdown-menu-toggle {
+ width: 135px;
+ }
+ }
+}
+
@media (max-width: $screen-xs-max) {
.todo {
.avatar {
@@ -141,4 +150,14 @@
padding-left: 10px;
}
}
+
+ .todos-filters {
+ .row-content-block {
+ padding-bottom: 50px;
+ }
+
+ .dropdown-menu-toggle {
+ width: 100%;
+ }
+ }
}