SPR-937: Alignment Sidebar
This commit is contained in:
parent
e6acdc2663
commit
6b86908949
1 changed files with 9 additions and 1 deletions
|
@ -108,12 +108,20 @@
|
||||||
|
|
||||||
span.lbl {
|
span.lbl {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
|
// wordbreak to late in IE 10
|
||||||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-right: 13px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.ico {
|
span.ico {
|
||||||
|
.flex(0 0 auto);
|
||||||
|
|
||||||
width: @menu-margin;
|
width: @menu-margin;
|
||||||
height: @icon-size;
|
height: @icon-size;
|
||||||
flex-grow: 0;
|
|
||||||
border-right: 1px solid @ini_nav_menu_color;
|
border-right: 1px solid @ini_nav_menu_color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-right: 4%;
|
margin-right: 4%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue