Skip to content

Commit 8e0663a

Browse files
fix(ChatbotHeader): Adjust compact variant padding (#594)
Design asked for us to go from sm to md padding.
1 parent 121d028 commit 8e0663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/ChatbotHeader/ChatbotHeader.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
.pf-chatbot.pf-m-compact {
145145
.pf-chatbot__header {
146146
gap: var(--pf-t--global--spacer--sm);
147-
padding: var(--pf-t--global--spacer--sm);
147+
padding: var(--pf-t--global--spacer--md);
148148
}
149149

150150
.pf-chatbot__header .pf-chatbot__title img {

0 commit comments

Comments
 (0)