Fix Bug 52030

This commit is contained in:
Julia Radzhabova 2021-08-18 15:41:38 +03:00
parent 379c97835a
commit 18af166038

View file

@ -11,6 +11,8 @@
border: @track-height / 2 solid @border-regular-control-ie;
border: @track-height / 2 solid @border-regular-control;
border-radius: @track-height / 2;
background-color: @border-regular-control-ie;
background-color: @border-regular-control;
width: calc(100% + @track-height);
margin-left: -@track-height / 2;
}