Skip to content

Commit 9b2d156

Browse files
authored
[LG-5486] fix(chat-window): revert max-width and padding styles (#3174)
* fix(chat-window): revert full-screen styles * chore(chat-window): changeset
1 parent b6d5b83 commit 9b2d156

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.changeset/pink-steaks-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ import {
1010
Variant,
1111
} from '@leafygreen-ui/tokens';
1212

13-
const CONTAINER_MAX_WIDTH = 800;
14-
1513
const baseContainerStyles = css`
1614
width: 100%;
17-
max-width: ${CONTAINER_MAX_WIDTH}px;
18-
padding: 0 ${spacing[800]}px;
1915
justify-self: center;
2016
display: flex;
2117
flex-direction: column;

0 commit comments

Comments
 (0)