From 48651c24a3f1807f29e058b46cf8cddb66622b1b Mon Sep 17 00:00:00 2001 From: telamonian Date: Mon, 24 Feb 2020 04:50:14 -0500 Subject: [PATCH] fix for small regression in settings editor icon style/spacing --- packages/ui-components/src/style/icon.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ui-components/src/style/icon.ts b/packages/ui-components/src/style/icon.ts index e9862958f590..fb8f2407e371 100644 --- a/packages/ui-components/src/style/icon.ts +++ b/packages/ui-components/src/style/icon.ts @@ -337,8 +337,7 @@ export namespace LabIconStyle { container: { display: 'inline-block', flex: '0 0 20px', - marginLeft: '2px', - marginRight: '1px', + margin: '0 3px 0 0', position: 'relative', height: '20px', width: '20px'