Skip to content

Commit

Permalink
FP-1502: Fix Callout Title Height (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Feb 10, 2022
1 parent 9086969 commit 4073fc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Styleguide Components.Callout
padding: 20px;
text-align: left;

grid-template-columns: min-content; /* prevent extra horz. space in cell */
grid-template-rows: min-content; /* prevent extra vert. space in cell */
grid-template-columns: min-content auto; /* prevent extra figure h. space */
grid-template-rows: auto min-content; /* prevent extra title v. space */
grid-template-areas:
'figure title'
'figure desc';
Expand Down

0 comments on commit 4073fc5

Please sign in to comment.