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

Commit 3246ad4

Browse files
committed
Merge pull request #296 from sillero/master
Fix resizing issue on Chrome
2 parents 604d6e9 + 6031215 commit 3246ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shells/chrome/panel.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
padding: 0;
1717
flex: 1;
1818
display: flex;
19+
width: 100%;
1920
}
2021
#container {
2122
display: flex;
2223
flex: 1;
24+
width: 100%;
2325
}
2426
</style>
2527
</head>

0 commit comments

Comments
 (0)