[Redizajn 1ka] Flex-shrink: 0 za levi meni

This commit is contained in:
tejagerjovic 2021-12-17 11:51:23 +01:00
parent e91119ccff
commit 21f863910a
2 changed files with 2 additions and 0 deletions

View File

@ -5103,6 +5103,7 @@ body #main_holder #main .menu_left {
}
body #main_holder #main .menu_left .layout_left_item {
box-sizing: border-box;
flex-shrink: 0;
width: 300px;
}
body #main_holder #main .menu_left .layout_right_item {

View File

@ -47,6 +47,7 @@ body{
.layout_left_item{
box-sizing: border-box;
flex-shrink: 0;
width: 300px;
}