Skip to content

Commit 59303fd

Browse files
authored
add flex-basis so panels are equal width (#279)
1 parent 4cd63da commit 59303fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/static/app/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ with their icon for Safari only*/
203203
border-right: 1px solid var(--color-outline-secondary);
204204
overflow: auto;
205205
flex: 1 1 auto;
206+
flex-basis: 0;
206207
}
207208
.panel {
208209
margin-top: var(--padding);

0 commit comments

Comments
 (0)