Skip to content

Commit

Permalink
fixup! fix(material/slider): fix tick mark precision
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Nov 27, 2023
1 parent 90b9fd7 commit cefb41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/slider/slider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ describe('MDC-based MatSlider', () => {
});
});

const SLIDER_STYLES = ['.mat-mdc-slider { width: 306px; }'];
const SLIDER_STYLES = ['.mat-mdc-slider { width: 300px; }'];

@Component({
template: `
Expand Down

0 comments on commit cefb41c

Please sign in to comment.