From c8a17cdb6eaa5c207ea710c5da42131602aa6a3e Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 19 Jan 2017 13:20:35 -0600 Subject: properly center dropdown menu button in content-list context --- app/assets/stylesheets/framework/lists.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/assets') 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; -- cgit v1.2.3