Skip to content

Commit 0022a1d

Browse files
committed
Adjust size of CTA middle column according to its content
1 parent f633d73 commit 0022a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/layout/CTA/CTA.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $_cta-column-gap: offset(3);
1313

1414
@include breakpoint-up($_cta-breakpoint) {
1515
display: grid;
16-
grid-template: 'start center end' auto #{'/'} 1fr 1fr 1fr;
16+
grid-template: 'start center end' auto #{'/'} 1fr auto 1fr;
1717
grid-column-gap: $_cta-column-gap;
1818
margin: 0;
1919
}

0 commit comments

Comments
 (0)