Skip to content

Commit 4ee90b2

Browse files
committed
fix: move max-width to another class
1 parent 5b8f016 commit 4ee90b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/vite/src/index.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ body,
2929
width: 0;
3030
flex-shrink: 0;
3131
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
32-
33-
.str-chat__channel-preview-messenger {
34-
max-width: 1000px;
35-
}
32+
max-width: 1000px;
3633

3734
&--open {
3835
width: 30%;

0 commit comments

Comments
 (0)