Skip to content

Commit 6d1cd67

Browse files
committed
fix: status message spacing
1 parent a23838f commit 6d1cd67

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,14 @@
175175
}
176176

177177
&.part-grouping-decorator--group :global(.stacked-layout .stacked-layout__main .stacked-layout__title),
178-
&.part-grouping-decorator--group :global(.stacked-layout .stacked-layout__main .collapsible-content__summary),
179-
&.part-grouping-decorator--group :global(.stacked-layout .stacked-layout__main .stacked-layout__message-status) {
178+
&.part-grouping-decorator--group :global(.stacked-layout .stacked-layout__main .collapsible-content__summary) {
180179
margin: var(--webchat-spacingVerticalXS) var(--webchat__bubble--inline-padding);
181180
}
182181

182+
&.part-grouping-decorator--group :global(.stacked-layout .stacked-layout__main .stacked-layout__message-status) {
183+
margin-block: var(--webchat-spacingVerticalXS);
184+
}
185+
183186
/* Stacked layout which has message bubble */
184187
:global(.stacked-layout .stacked-layout__content:has(.webchat__bubble)) {
185188
max-width: 100%;

0 commit comments

Comments
 (0)