Skip to content

Commit

Permalink
Fixed card content example
Browse files Browse the repository at this point in the history
  • Loading branch information
RobGentile17 authored and jasperfurniss committed Feb 1, 2022
1 parent f7802b6 commit 3d8ac57
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}) %>
<%= pb_rails("body", props: {
text: "This is a test",
order: "2"
order: "2",
flex_grow: "1"
}) %>
<% end %>

Expand All @@ -16,7 +17,7 @@

<%= pb_rails("card", props: {
flex_direction: "column",
flex_shrink: "0"
flex_shrink: 1
}) do %>
<%= pb_rails("icon", props: {
icon: "house"
Expand Down

0 comments on commit 3d8ac57

Please # to comment.