Browse Source

fixed misaligned tab content - fixes #3715

Eugene Pankov 4 years ago
parent
commit
8801839c7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      terminus-core/src/components/appRoot.component.scss

+ 1 - 1
terminus-core/src/components/appRoot.component.scss

@@ -146,7 +146,7 @@ $side-tab-width: 200px;
         width: 100%;
         height: 100%;
 
-        left: 100%;
+        left: -100%;
 
         &.content-tab-active {
             left: 0;