From 0e68007e903d5f010542046813333b683dfcc62e Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 24 Jun 2022 16:51:38 +0530 Subject: Fix Drag-n-drop not working if the service name is shown (fixes #347) (#349) --- src/features/appearance/index.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/features/appearance') diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts index 42de5e4cc..17ae5937e 100644 --- a/src/features/appearance/index.ts +++ b/src/features/appearance/index.ts @@ -231,7 +231,8 @@ function generateServiceRibbonWidthStyle( ${useGrayscaleServices ? graysacleServices : null}, } .tab-item .tab-item__label { - margin-left: 0px !important; + margin-left: 4px !important; + font-size: ${fontSize}px !important; } .tab-item.is-label-enabled { padding-bottom: 0px !important; @@ -251,10 +252,7 @@ function generateServiceRibbonWidthStyle( .darwin .sidebar .sidebar__button--workspaces.is-active { height: ${width - sidebarSizeBias}px !important; } - .tab-item .tab-item__label{ - font-size: ${fontSize}px !important; - } - .tab-item div{ + .tab-item div { overflow: hidden !important; } ` -- cgit v1.2.3-54-g00ecf