summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 14:42:53 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 14:45:03 -0600
commit5640249daa4c55a387c80195b4c3ad8eaf26fdac (patch)
tree3868775caa0612907a4f581bbc935ee4406e525d /app/assets/stylesheets/pages/projects.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
downloadgitlab-ce-5640249daa4c55a387c80195b4c3ad8eaf26fdac.tar.gz
Fix a few remaining uses of `0px`.
See #14299 for more information. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 82c5069638d..4caf11929f8 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -37,7 +37,7 @@
.dropdown-menu {
left: auto;
width: auto;
- right: 0px;
+ right: 0;
max-width: 240px;
}
}