Skip to content

Commit

Permalink
[CARD] use default layout for nested components (#454)
Browse files Browse the repository at this point in the history
* by default place children components in column

* going back to default layout
  • Loading branch information
MichalPaszowski authored Dec 9, 2022
1 parent e9f2047 commit a0a1328
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ $base-class: card;

&__content,
&__expanded-content {
display: flex;
flex-direction: row;
gap: 10px;
align-items: flex-start;
margin: 0;
width: 100%;
}
Expand Down

0 comments on commit a0a1328

Please sign in to comment.