Skip to content

Commit

Permalink
fix(tabs): scrollable divider not taking up full width
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 563802077
  • Loading branch information
asyncLiz authored and copybara-github committed Sep 8, 2023
1 parent 8e480de commit a0fca90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabs/internal/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
align-items: end;
display: flex;
height: 100%;
overflow: inherit;
justify-content: space-between;
width: 100%;
}
Expand Down

0 comments on commit a0fca90

Please sign in to comment.