mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Ensure icons are same width on setup menu
This commit is contained in:
@@ -34,10 +34,10 @@
|
|||||||
// height: 28px;
|
// height: 28px;
|
||||||
&--aside {
|
&--aside {
|
||||||
width: @icon-small-size;
|
width: @icon-small-size;
|
||||||
flex: none; // do not let the flex container adjust this width!
|
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flex: none; // do not let the flex container adjust this width!
|
||||||
width: @icon-large-size;
|
width: @icon-large-size;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user