Skip to content

Commit

Permalink
fix(tabs-extended): fix tab width for wider screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlene Wanberg committed Mar 1, 2022
1 parent f63eb43 commit f88a0f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
height: auto;
overflow: visible;
white-space: normal;
width: 100%;

&[hasTooltip] {
@include tooltip--trigger('definition', top);
Expand Down Expand Up @@ -103,7 +104,7 @@
.#{$prefix}--tab-content {
@include carbon--type-style('body-long-02', true);

padding: 0;
padding: 0 $carbon--spacing-05;
display: none;

@include carbon--breakpoint(lg) {
Expand Down

0 comments on commit f88a0f4

Please sign in to comment.