diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts index c679755cb4..e8c80088a4 100644 --- a/src/features/appearance/index.ts +++ b/src/features/appearance/index.ts @@ -289,7 +289,7 @@ const generateServiceRibbonWidthStyle = ( ` : ` .sidebar { - width: ${width}px !important; + width: ${width + 8}px !important; } .tabs { justify-content: ${sidebarServicesAlignment};