From 39220ba408c0c85a922574774dc5593151728222 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 15 Oct 2024 13:05:33 +0200 Subject: [PATCH] Do not remove all card padding on mobile --- dashboard/src/theme.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 1108092a3..60611aedb 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -1197,10 +1197,6 @@ multiselect { margin-bottom: 15px; padding: 10px 15px; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); - - @media(max-width:767px) { - padding: 0; - } } .card-small {