Merge pull request #9499 from antobinary/test-9173

Rebasing for v2.2.x-release #9173 customSvgIcon css class bug fixed for rtl layouts
This commit is contained in:
Anton Georgiev 2020-05-11 12:07:53 -04:00 committed by GitHub
commit d733cf1685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,6 +232,8 @@
position: absolute;
width: var(--toolbar-button-width);
height: var(--toolbar-button-height);
left: 0;
top: 0;
}
.textThickness {