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:
authorMike Greiling <mike@pixelcog.com>2017-01-19 22:20:35 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-24 00:48:49 +0300
commitc8a17cdb6eaa5c207ea710c5da42131602aa6a3e (patch)
tree9ab5d043dff2a837dde7241db1e4a1cf8058b5aa /app/assets
parentd3baec9abfbc1f1b55a1a369bb0424a9c653de8d (diff)
properly center dropdown menu button in content-list context
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/lists.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 1c6698ad0c6..426596027de 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -155,7 +155,8 @@ ul.content-list {
}
> .btn,
- > .btn-group {
+ > .btn-group,
+ > .dropdown.inline {
margin-right: $gl-padding-top;
display: inline-block;
margin-top: 3px;