Skip to content

Commit 8a4a61f

Browse files
committed
Fix tests
1 parent 466a0d1 commit 8a4a61f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,12 +710,12 @@
710710
}
711711

712712
&:not(.part-grouping-decorator--group)
713-
:global(.webchat__bubble:not(.webchat-part-grouping__bubble--from-user) .webchat__bubble__content) {
713+
:global(.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content) {
714714
anchor-name: --webchat-flair;
715715
max-width: unset;
716716
}
717717

718-
:global(.webchat__bubble:not(.webchat-part-grouping__bubble--from-user)::after) {
718+
:global(.webchat__bubble:not(.webchat__bubble--from-user)::after) {
719719
margin-block: var(--webchat-spacingVerticalXS);
720720
outline-offset: 5px;
721721
--webchat-part-grouping__bubble--border-radius: calc(var(--webchat-borderRadius2XLarge) - 8px);

0 commit comments

Comments
 (0)