Skip to content

Commit

Permalink
fix(OneOf): fixed styles in inputs and view (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored May 22, 2023
1 parent 4d203da commit e7a824d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/kit/components/Inputs/OneOf/OneOf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

&_base {
.#{$ns}group-indent {
& > .#{$ns}group-indent {
all: unset;

& > .#{$ns}use-search {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/kit/components/Views/OneOfView/OneOfView.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../../styles/variables';

.#{$ns}oneof-view {
.#{$ns}group-indent {
& > .#{$ns}group-indent {
margin-bottom: 20px;
}

Expand Down

0 comments on commit e7a824d

Please sign in to comment.