outaozhen пре 4 година
родитељ
комит
b85ffd8677
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      src/pages/Workbench/Dashboard/index.less

+ 6 - 0
src/pages/Workbench/Dashboard/index.less

@@ -5,6 +5,12 @@
   :global(.ant-pro-basicLayout-content) {
     margin: 24px 24px 0 24px !important;
   }
+
+  @media (max-width: 767.98px) {
+    .ant-pro-basicLayout-content {
+      margin: 0 !important;
+    }
+  }
   &::-webkit-scrollbar {
     display: none;
   }