From 8a6f61c78d9ba768e86d2b7e9f5cdcfb4c774fd2 Mon Sep 17 00:00:00 2001 From: Sakshi Sharma <57200045+SakshiS-harma@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:21:27 -0700 Subject: [PATCH] Fix column resize issue in profiler (#24547) * Fix column resize issue in profiler * Update property name * Use top instead of paddingTop * Fix error --- .../workbench/contrib/profiler/browser/profilerTableEditor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/workbench/contrib/profiler/browser/profilerTableEditor.ts b/src/sql/workbench/contrib/profiler/browser/profilerTableEditor.ts index eacdd7d2d3..8beb27ed63 100644 --- a/src/sql/workbench/contrib/profiler/browser/profilerTableEditor.ts +++ b/src/sql/workbench/contrib/profiler/browser/profilerTableEditor.ts @@ -90,7 +90,7 @@ export class ProfilerTableEditor extends EditorPane implements IProfilerControll this._overlay.className = 'overlayWidgets'; this._overlay.style.width = '100%'; this._overlay.style.zIndex = '4'; - this._overlay.style.paddingTop = '50px'; + this._overlay.style.top = '50px'; parent.appendChild(this._overlay); this._profilerTable = new Table(parent, this._accessibilityService, this._quickInputService, defaultTableStyles, {