Skip to content

Commit 327bd79

Browse files
authored
fix(angular): remove gap from channel list (#314)
### 🎯 Goal _Describe why we are making this change_ ### 🛠 Implementation details _Provide a description of the implementation_ ### 🎨 UI Changes _Add relevant screenshots_ Make sure to test with both Angular and React (with both `MessageList` and `VirtualizedMessageList` components) SDKs
1 parent 01f9f9a commit 327bd79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/v2/styles/ChannelList/ChannelList-layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
@include utils.flex-row-center;
3535
}
3636
}
37+
38+
.stream-chat__paginated-list {
39+
gap: 0;
40+
}
3741
}
3842

3943
.str-chat__channel-list-react {

0 commit comments

Comments
 (0)