We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d5b83 commit 9b2d156Copy full SHA for 9b2d156
.changeset/pink-steaks-give.md
@@ -0,0 +1,5 @@
1
+---
2
+'@lg-chat/chat-window': patch
3
4
+
5
+[LG-5486](https://jira.mongodb.org/browse/LG-5486) reverts style changes from [v4.1.4](https://github.com/mongodb/leafygreen-ui/blob/main/chat/chat-window/CHANGELOG.md#414)
chat/chat-window/src/ChatWindow/ChatWindow.styles.ts
@@ -10,12 +10,8 @@ import {
10
Variant,
11
} from '@leafygreen-ui/tokens';
12
13
-const CONTAINER_MAX_WIDTH = 800;
14
-
15
const baseContainerStyles = css`
16
width: 100%;
17
- max-width: ${CONTAINER_MAX_WIDTH}px;
18
- padding: 0 ${spacing[800]}px;
19
justify-self: center;
20
display: flex;
21
flex-direction: column;
0 commit comments