diff --git a/awx/ui/client/lib/components/layout/_index.less b/awx/ui/client/lib/components/layout/_index.less index 528d06608a..5d35f38b86 100644 --- a/awx/ui/client/lib/components/layout/_index.less +++ b/awx/ui/client/lib/components/layout/_index.less @@ -116,18 +116,7 @@ font-size: @at-font-size-side-nav-icon; padding: @at-padding-side-nav-item-icon; padding-left: @at-padding-left-side-nav-item-icon; - } - - i.fa-cubes { - margin-left: -4px; - } - - i.fa-user { - margin-left: 1px; - } - - i.fa-users { - margin-left: -1px; + width: 50px; } &:hover, @@ -139,18 +128,6 @@ color: @at-color-side-nav-content; margin-left: @at-highlight-left-border-margin-makeup; } - - i.fa-cubes { - margin-left: -9px; - } - - i.fa-user { - margin-left: -4px; - } - - i.fa-users { - margin-left: -6px; - } } }