We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815d260 commit 88bcec6Copy full SHA for 88bcec6
1 file changed
packages/module/src/Message/Message.scss
@@ -5,7 +5,7 @@
5
display: flex;
6
align-items: flex-start;
7
gap: var(--pf-t--global--spacer--lg);
8
- padding-bottom: var(--pf-t--global--spacer--xl);
+ padding-bottom: var(--pf-t--global--spacer--lg);
9
10
// Avatar
11
// --------------------------------------------------------------------------
@@ -156,8 +156,8 @@
156
// ============================================================================
157
.pf-chatbot.pf-m-compact {
158
.pf-chatbot__message {
159
- gap: var(--pf-t--global--spacer--md);
160
- padding-bottom: var(--pf-t--global--spacer--sm);
+ gap: var(--pf-t--global--spacer--sm);
+ padding-bottom: var(--pf-t--global--spacer--md);
161
162
.pf-chatbot__message-contents {
163
gap: var(--pf-t--global--spacer--xs);
0 commit comments