Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix(tabs): extra spacing between tab and tab content in ie 11
Browse files Browse the repository at this point in the history
closes #3748

Signed-off-by: Florin Borceanu <[email protected]>
  • Loading branch information
Florin Borceanu authored and gnomeontherun committed Oct 16, 2019
1 parent e197d1b commit 2155708
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/clr-angular/layout/tabs/_tabs.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ button.nav-link {
display: inline;
}

@include fixForIE11AndUp {
.tab-content {
display: inline-block;
}
}

.tabs-vertical {
display: flex;

Expand Down

0 comments on commit 2155708

Please sign in to comment.