Skip to content

Commit 88bcec6

Browse files
fix(Messages): update padding for messages and avatar (#753)
Co-authored-by: Eric Olkowski <[email protected]>
1 parent 815d260 commit 88bcec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/module/src/Message/Message.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
display: flex;
66
align-items: flex-start;
77
gap: var(--pf-t--global--spacer--lg);
8-
padding-bottom: var(--pf-t--global--spacer--xl);
8+
padding-bottom: var(--pf-t--global--spacer--lg);
99

1010
// Avatar
1111
// --------------------------------------------------------------------------
@@ -156,8 +156,8 @@
156156
// ============================================================================
157157
.pf-chatbot.pf-m-compact {
158158
.pf-chatbot__message {
159-
gap: var(--pf-t--global--spacer--md);
160-
padding-bottom: var(--pf-t--global--spacer--sm);
159+
gap: var(--pf-t--global--spacer--sm);
160+
padding-bottom: var(--pf-t--global--spacer--md);
161161

162162
.pf-chatbot__message-contents  {
163163
gap: var(--pf-t--global--spacer--xs);

0 commit comments

Comments
 (0)