Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit bd3d1e8

Browse files
committed
Merge pull request #324 from flipside/master
fixed tabbed resizing bug on Chrome
2 parents 81f7386 + b75f8fd commit bd3d1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/TabbedPane.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ var styles = {
5757
flex: 1,
5858
display: 'flex',
5959
flexDirection: 'column',
60+
width: '100%',
6061
},
6162
tabs: {
6263
display: 'flex',

0 commit comments

Comments
 (0)