Skip to content

Commit 6002177

Browse files
authored
fix: fixes horizontal scroll bar issue when in panel for left nav (#3118)
1 parent 8ff7475 commit 6002177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DetailsView/components/nav-link-button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ button {
66
&.nav-link-button {
77
width: calc(100% - #{$pivotItemLeftBorderWidth});
88
padding-left: unset;
9+
padding-right: unset;
910
&:hover,
1011
&:active,
1112
&:focus,

0 commit comments

Comments
 (0)