Skip to content

Commit 3a62ab9

Browse files
authored
Merge pull request #1076 from GetStream/main-panel-min-width
add min width to main panel
2 parents fc1daf8 + dd4dcc5 commit 3a62ab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/_base.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
&__main-panel {
3737
width: 100%;
38+
min-width: 250px;
3839
flex: 1;
3940
height: 100%;
4041
display: flex;
@@ -121,6 +122,7 @@ $emoji-flag-unicode-range: U+1F1E6-1F1FF;
121122
.str-chat__main-panel {
122123
height: 100%;
123124
width: 100%;
125+
min-width: 250px;
124126
display: flex;
125127
flex-direction: column;
126128
flex: 1;

0 commit comments

Comments
 (0)