Ensure icons are same width on setup menu

This commit is contained in:
Joe Fiorini
2015-05-01 10:24:58 -04:00
parent 63c9ba7aea
commit 3da0f37886

View File

@@ -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;
}