Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix tab overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Mar 18, 2019
1 parent b18e076 commit 19d1894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/new-shell-window/tabs.js
Expand Up @@ -212,6 +212,7 @@ ${spinnerCSS}
top: 6px;
height: 30px;
width: 235px;
min-width: 0; /* HACK: https://stackoverflow.com/questions/38223879/white-space-nowrap-breaks-flexbox-layout */
-webkit-app-region: no-drag;
border: 1px solid transparent;
}
Expand Down

0 comments on commit 19d1894

Please sign in to comment.