Skip to content

Commit

Permalink
fix initial width
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Jun 26, 2024
1 parent c217553 commit 2653eae
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 2653eae

Please sign in to comment.