From 3da0f37886b4995a5b9619f83df974ed851384c7 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Fri, 1 May 2015 10:24:58 -0400 Subject: [PATCH] Ensure icons are same width on setup menu --- awx/ui/static/js/setup-menu/setup-item.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }