diff --git a/awx/ui/static/js/setup-menu/setup-item.block.less b/awx/ui/static/js/setup-menu/setup-item.block.less index 063413ef1b..cbb8ee7f07 100644 --- a/awx/ui/static/js/setup-menu/setup-item.block.less +++ b/awx/ui/static/js/setup-menu/setup-item.block.less @@ -34,10 +34,10 @@ // height: 28px; &--aside { width: @icon-small-size; - flex: none; // do not let the flex container adjust this width! align-self: flex-start; } + flex: none; // do not let the flex container adjust this width! width: @icon-large-size; align-self: center; }