From c6b17043db191c7d9a209ea08781540b9d80b624 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Thu, 8 Jun 2023 14:09:54 +0200 Subject: [PATCH] [editor] Fix PropsPanel styling to prevent horizontal scrolling --- .../properties-panel/element-properties-panel.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/editor/src/app/components/properties-panel/element-properties-panel.component.css b/projects/editor/src/app/components/properties-panel/element-properties-panel.component.css index 247cb29f4..3a878c02b 100644 --- a/projects/editor/src/app/components/properties-panel/element-properties-panel.component.css +++ b/projects/editor/src/app/components/properties-panel/element-properties-panel.component.css @@ -4,7 +4,7 @@ mat-tab-group { overflow: auto; - padding: 0 10px; + padding: 0 5px; } .panel-title { -- GitLab