Skip to content

Commit

Permalink
fix(slider): change broken padding for slider prefix (#487)
Browse files Browse the repository at this point in the history
- according to feedback from UI/UX
  • Loading branch information
niksa-monday authored Jan 26, 2022
1 parent e0a8377 commit 7951345
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Slider/Slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

&__infix {
font-size: 14px;
margin-left: 8px;
flex: 0 0 auto;
&--txt {
white-space: nowrap;
Expand All @@ -24,5 +23,11 @@
.input-component .input-component__input-wrapper .input-component__input {
padding: var(--spacing-small);
}
&--prefix {
margin-right: var(--spacing-small);
}
&--postfix {
margin-left: var(--spacing-small);
}
}
}

0 comments on commit 7951345

Please sign in to comment.