Преглед изворни кода

HUE-9485 [frontend] Remove margins of Tab for better alignment

sreenaths пре 5 година
родитељ
комит
e36b455895
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      desktop/core/src/desktop/js/components/Tabs.vue

+ 2 - 2
desktop/core/src/desktop/js/components/Tabs.vue

@@ -78,7 +78,7 @@
     ul {
       border-bottom: 1px solid $hue-border-color;
       list-style: none;
-      margin: 20px 12px;
+      margin: 0;
 
       li {
         display: inline-block;
@@ -101,7 +101,7 @@
     }
     .hue-tab-container {
       position: relative;
-      margin: 12px;
+      margin: 12px 0;
       background-color: $fluid-white;
     }
   }