From 0df65cab9442034c376ace48e9e37abce9d841bd Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Sat, 14 Sep 2024 22:55:50 +0200 Subject: [PATCH] Fixed duplicate margin in ui-tabs The second margin value replaces the first one --- css/ui-tabs.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/ui-tabs.css b/css/ui-tabs.css index 10a95d1..045cd6e 100644 --- a/css/ui-tabs.css +++ b/css/ui-tabs.css @@ -3,7 +3,6 @@ display: block; clear: both; list-style: none; - margin: 0; padding: 0; position: relative; } .tabs-wrapper .tabs-nav {