We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ac4dd commit 6e1fed0Copy full SHA for 6e1fed0
packages/module/src/Message/UserFeedback/UserFeedback.scss
@@ -36,6 +36,11 @@
36
}
37
38
// feedback card
39
+.pf-chatbot__feedback-card-complete-header {
40
+ .pf-v6-c-card__actions {
41
+ --pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--xl) * -1);
42
+ }
43
+}
44
.pf-chatbot__feedback-card-title {
45
font-family: var(--pf-t--global--font--family--heading);
46
font-size: var(--pf-t--global--font--size--md);
0 commit comments