We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de65a19 commit 1bcf484Copy full SHA for 1bcf484
1 file changed
packages/fluent-theme/src/components/activity/PartGroupingDecorator.module.css
@@ -761,6 +761,11 @@
761
border-style: solid;
762
}
763
764
+ &.part-grouping-decorator--group :global(.webchat__bubble .webchat__bubble__content) {
765
+ margin-block: calc(var(--webchat-spacingVerticalS) * -1);
766
+ padding-block: var(--webchat-spacingVerticalS);
767
+ }
768
+
769
&.part-grouping-decorator--from-bot:not(.part-grouping-decorator--group) :global(.webchat__bubble__content) {
770
box-sizing: content-box;
771
padding-block: var(--webchat-spacingVerticalM);
0 commit comments