Skip to content

Commit

Permalink
fix initial width
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored and tischsoic committed Jul 2, 2024
1 parent 7a3b46a commit f13b7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_main-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

.ibexa-main-menu {
&__items-list {
width: calculateRem(216px);
width: calculateRem(210px);
transition: width $ibexa-admin-transition-duration;
padding-top: calculateRem(8px);
}
Expand Down

0 comments on commit f13b7af

Please sign in to comment.