Skip to content

Commit

Permalink
fix(info): add align-self to support nesting inside flex containers
Browse files Browse the repository at this point in the history
  • Loading branch information
apust committed Oct 6, 2020
1 parent d12b63f commit 4d26fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/core/src/info/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: flex;
flex-direction: row;
align-items: flex-start;
align-self: flex-start;
width: 100%;
border-radius: var(--S4);
}
Expand Down

0 comments on commit 4d26fa8

Please sign in to comment.