Skip to content

Commit

Permalink
fix: fixes horizontal scroll bar issue when in panel for left nav (#3118
Browse files Browse the repository at this point in the history
)
  • Loading branch information
waabid authored Jul 21, 2020
1 parent 8ff7475 commit 6002177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DetailsView/components/nav-link-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ button {
&.nav-link-button {
width: calc(100% - #{$pivotItemLeftBorderWidth});
padding-left: unset;
padding-right: unset;
&:hover,
&:active,
&:focus,
Expand Down

0 comments on commit 6002177

Please sign in to comment.