From 5a0bae74e8148ba29b1696f136a025e717a9dc87 Mon Sep 17 00:00:00 2001 From: "michael.daniel" <michael@pcsg.de> Date: Tue, 5 Mar 2019 12:24:11 +0100 Subject: [PATCH] fix: ContentSwitcher: content has no padding on mobile. --- src/QUI/Bricks/Controls/ContentSwitcher.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/QUI/Bricks/Controls/ContentSwitcher.css b/src/QUI/Bricks/Controls/ContentSwitcher.css index 3e4ed6c..6c71902 100644 --- a/src/QUI/Bricks/Controls/ContentSwitcher.css +++ b/src/QUI/Bricks/Controls/ContentSwitcher.css @@ -61,6 +61,8 @@ .content-switcher-content { width: 100%; + padding-left: 0; + padding-right: 0; } } -- GitLab