File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,11 @@ $group-sizes: map.keys(private.$groups);
6767
6868 :host ([layout=" horizontal" ][size =" #{$size } " ]) .group.horizontal ::slotted (auro-tail:first-child ),
6969 :host ([layout=" horizontal" ][size =" #{$size } " ]) .group.horizontal ::slotted ([auro-tail]:first-child ) {
70- /* Compensate overlap for expanded tail widths (borders on both sides of both tails) */
71- margin-right : calc (var (--ds-auro-tail-group-horiz-overlap - #{$size } ) - 2 * var (--ds-auro-tail-group-horiz-border-w - #{$size } ));
70+ /* Compensate overlap for expanded tail widths (borders on both sides of both tails)
71+
72+ Because this is slotted content & appears in the light DOM, use !important to override any external CSS resets
73+ */
74+ margin-right : calc (var (--ds-auro-tail-group-horiz-overlap - #{$size } ) - 2 * var (--ds-auro-tail-group-horiz-border-w - #{$size } )) !important ;
7275 /* First tail above second */
7376 z-index : var (--ds-auro-tail-z-index-group-front );
7477 }
You can’t perform that action at this time.
0 commit comments