Skip to content

Commit 193da87

Browse files
author
Hector Arce De Las Heras
committed
Add inline prop to display to LinkAsButton component
1 parent e1d4594 commit 193da87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/link/linkAsButton/linkAsButton.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const LinkAsButtonWrapperStyled = styled.div<{
1010
}>`
1111
display: inline;
1212
> *:first-child {
13-
display: block;
13+
display: inline-block;
1414
${({ $sizeStyles, $styles, $state }) => {
1515
if (!$styles?.[$state]) {
1616
return css``;

0 commit comments

Comments
 (0)