diff --git a/resources/assets/sass/dashboard.scss b/resources/assets/sass/dashboard.scss index e60f10c..a766d2b 100644 --- a/resources/assets/sass/dashboard.scss +++ b/resources/assets/sass/dashboard.scss @@ -102,8 +102,10 @@ body { .panel-body { background-color: lighten($c-dashboard-light, 1%); - @media (max-width: $screen-xs-max) { - padding: 0px; + &.dashboard { + @media (max-width: $screen-xs-max) { + padding: 0px; + } } .search { diff --git a/resources/views/dashboard/core.blade.php b/resources/views/dashboard/core.blade.php index bb93a30..b9e42a8 100644 --- a/resources/views/dashboard/core.blade.php +++ b/resources/views/dashboard/core.blade.php @@ -13,7 +13,7 @@ -