Skip to content

Commit

Permalink
fix: sideframe history nav button wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 22, 2023
1 parent caef9f3 commit 3ab5304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/static/cms/sass/components/_sideframe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}

.cms-sideframe-history {
width: $sideframe-button-area-size * 2 + 1px;
width: $sideframe-button-area-size * 2 + 2px;
border-right: 1px solid $gray-lighter;

.cms-icon {
Expand Down

0 comments on commit 3ab5304

Please sign in to comment.