diff --git a/styles/tabs.less b/styles/tabs.less index 4761854..47a0374 100644 --- a/styles/tabs.less +++ b/styles/tabs.less @@ -131,6 +131,14 @@ copyright Copyright (C) 2016 + transform: scale(1); opacity: 1; } + + .placeholder { + height: @tab-height / 2; + + &:after { + top: @tab-height / 2; + } + } } .platform-darwin {