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

Commit b75f8fd

Browse files
committed
fixed tabbed resizing bug on Chrome
1 parent 81f7386 commit b75f8fd

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)