Skip to content

Commit

Permalink
Decrease width per value
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Dec 16, 2023
1 parent 4d75971 commit 5b64892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/client/web-components/range-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export class RangeSlider extends html.UnlitElement {
{
class: "range-container",
style: this.isDiscrete()
? `max-width: ${this.values.length * 40}px; width: 100%;`
? `max-width: ${this.values.length * 20}px; width: 100%;`
: "",
},
[
Expand Down

0 comments on commit 5b64892

Please sign in to comment.