Skip to content

Commit 2cdbeb3

Browse files
committed
Fixed compact styles on bar actions container
1 parent 2ec231c commit 2cdbeb3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/module/src/MessageBar/MessageBar.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@
147147
.pf-chatbot__message-textarea {
148148
font-size: var(--pf-t--global--font--size--sm) !important;
149149
}
150+
}
150151

152+
.pf-m-compact {
151153
.pf-chatbot__message-bar-actions {
152-
padding-block-start: var(--pf-t--global--spacer--md);
153-
padding-block-end: var(--pf-t--global--spacer--md);
154+
padding-block-start: var(--pf-t--global--spacer--sm);
155+
padding-block-end: var(--pf-t--global--spacer--sm);
154156
}
155157
}
156158

0 commit comments

Comments
 (0)