Skip to content

Commit

Permalink
Fixes Bootstrap classname collision in Tabs component for Rails Server (
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike authored Oct 24, 2023
1 parent bc3903c commit d2b645c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Tabs/tabs.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../scss/theme.scss';

.tabs {
.tabs.tabs {
--border-width: 0.125rem;

border-bottom: var(--border-width) solid $ux-gray-400;
Expand All @@ -25,11 +25,11 @@
}
}

.flexWrapUnset {
.flexWrapUnset.flexWrapUnset {
flex-wrap: nowrap;
}

.navItemButtonFullHeight {
.navItemButtonFullHeight.navItemButtonFullHeight {
:global(.nav-item .button) {
height: calc(100% + var(--border-width));
}
Expand Down

0 comments on commit d2b645c

Please sign in to comment.