diff --git a/src/sql/workbench/contrib/dashboard/browser/contents/dashboardWidgetWrapper.css b/src/sql/workbench/contrib/dashboard/browser/contents/dashboardWidgetWrapper.css index c87d4571dc..d77dc57cb2 100644 --- a/src/sql/workbench/contrib/dashboard/browser/contents/dashboardWidgetWrapper.css +++ b/src/sql/workbench/contrib/dashboard/browser/contents/dashboardWidgetWrapper.css @@ -50,3 +50,11 @@ dashboard-widget-wrapper .bottomActionbar { margin-top: -27px; display: none; } + +dashboard-widget-wrapper .bottomActionbar .actions-container .action-item a.action-label.codicon-chevron-up { + padding-left: 5px; +} + +dashboard-widget-wrapper .bottomActionbar .actions-container .action-item a.action-label.codicon-chevron-down { + padding-left: 5px; +}