From d4509a6528ad086a9dd57ab4c3b051385af924d6 Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Thu, 16 Jun 2022 14:07:45 -0700 Subject: [PATCH] Removing truncation from tab header components to make it match the portal look (#19746) * Fixing truncated tab headers * Localizing changes to horizontal tab headers * Remove max - width * Reverting older changes --- src/sql/base/browser/ui/panel/media/panel.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/base/browser/ui/panel/media/panel.css b/src/sql/base/browser/ui/panel/media/panel.css index fe2d56ed80..1e68420360 100644 --- a/src/sql/base/browser/ui/panel/media/panel.css +++ b/src/sql/base/browser/ui/panel/media/panel.css @@ -56,7 +56,6 @@ panel { .tabbedPanel.horizontal > .title .tabList .tab .tabLabel { font-size: 12px; - max-width: 100px; } .tabbedPanel.vertical > .title .tabList .tab .tabLabel {