From 77d18f1a4343a014cf42c917aa0cb8e1116dfe4f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 15 May 2023 17:57:29 +0000 Subject: [PATCH] Remove default margin and padding from `mx_TabbedView_tabLabels` (#10907) --- res/css/structures/_TabbedView.pcss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/structures/_TabbedView.pcss b/res/css/structures/_TabbedView.pcss index c38291c226..fd8d6a63ff 100644 --- a/res/css/structures/_TabbedView.pcss +++ b/res/css/structures/_TabbedView.pcss @@ -33,6 +33,8 @@ limitations under the License. width: 170px; max-width: 170px; position: fixed; + margin: 0; /* Remove the default value */ + padding: 0; /* Remove the default value */ } .mx_TabbedView_tabPanel {