Browse Source

fix icon visibility for vertical tabs

Benjamin Brandmeier 3 years ago
parent
commit
3d2cd6d632
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      tabby-core/src/components/tabHeader.component.scss

+ 1 - 0
.gitignore

@@ -27,6 +27,7 @@ yarn-error.log
 docs/api
 .travis.ssh.key
 *.code-workspace
+.idea/
 
 .electron-symbols
 sentry.properties

+ 1 - 1
tabby-core/src/components/tabHeader.component.scss

@@ -3,7 +3,7 @@ $tabs-height: 38px;
 :host {
     position: relative;
     cursor: pointer;
-    box-sizing: content-box;
+    box-sizing: border-box;
 
     > * { cursor: pointer; }