Skip to content

Commit 1bcf484

Browse files
committed
fix collapsible content header focus ring cut
1 parent de65a19 commit 1bcf484

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/fluent-theme/src/components/activity/PartGroupingDecorator.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,11 @@
761761
border-style: solid;
762762
}
763763

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+
764769
&.part-grouping-decorator--from-bot:not(.part-grouping-decorator--group) :global(.webchat__bubble__content) {
765770
box-sizing: content-box;
766771
padding-block: var(--webchat-spacingVerticalM);

0 commit comments

Comments
 (0)