diff --git a/app/authenticated/project/security/members/index/template.hbs b/app/authenticated/project/security/members/index/template.hbs index a95989017..95a462527 100644 --- a/app/authenticated/project/security/members/index/template.hbs +++ b/app/authenticated/project/security/members/index/template.hbs @@ -1,5 +1,5 @@ -
-

{{t 'nav.infra.members'}}

+
+

{{t 'nav.infra.members'}}

{{#link-to "authenticated.project.security.members.new" scope.currentProject.id classNames="btn btn-sm bg-primary right-divider-btn" disabled=(rbac-prevents resource="projectroletemplatebinding" scope="global" permission="create")}} {{t 'membersPage.index.localLink' 'Project'}}{{/link-to}} diff --git a/app/styles/components/_button.scss b/app/styles/components/_button.scss index 4511b1a67..de0e3bd1a 100755 --- a/app/styles/components/_button.scss +++ b/app/styles/components/_button.scss @@ -172,13 +172,13 @@ fieldset[disabled] .btn { vertical-align: middle; text-align: center; - :first-child .btn { - border-radius: 1.5px 0 0 1.5px; + .btn:first-child { + border-radius: 2px 0 0 2px; margin-left: 2px; } - :last-child .btn { - border-radius: 0 1.5px 1.5px 0; + .btn:last-child { + border-radius: 0 2px 2px 0; } .btn, .btn-xs{