mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Ensure icons are same width on setup menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user