Skip to content

Commit

Permalink
fix(kit): fix compatibility tuiGroup & tui-input-slider (#7363)
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Zaytsev <sz@agentapp.ru>
  • Loading branch information
MillerSvt and Sviatoslav Zaytsev committed May 6, 2024
1 parent 3ae0b75 commit 38929d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/kit/components/input-slider/input-slider.style.less
Expand Up @@ -5,6 +5,11 @@
display: block;
height: max-content;
isolation: isolate;
border-radius: var(--tui-radius-m);
}

tui-input-number {
border-radius: inherit;
}

// Don't change CSS-selector (we require the such specificity to override default styles without !important)
Expand Down

0 comments on commit 38929d6

Please sign in to comment.