Skip to content

Commit

Permalink
AUS-4017 Fix overlapping slider occluding rubbish bin icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Oct 31, 2023
1 parent be5ee40 commit 52e7688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/menupanel/layerpanel/layerpanel.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@

.mdc-slider {
height: 24px;
margin: 0 6px;
margin: 0 24px;
min-width: 92px;
}

.mdc-slider .mdc-slider__thumb {
Expand Down

0 comments on commit 52e7688

Please sign in to comment.