Fix handle left align

pull/21833/head
Jorik Schellekens 2020-07-27 15:04:09 +01:00
parent 173ccbcec9
commit 84e3a0954c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ limitations under the License.
&::before { &::before {
position: absolute; position: absolute;
left: 2px; left: 6px;
top: 50%; top: 50%;
transform: translate(0, -50%); transform: translate(0, -50%);