Pārlūkot izejas kodu

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

sreenaths 5 gadi atpakaļ
vecāks
revīzija
e36b455895
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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;
     }
   }