Skip to content

Commit

Permalink
Fixes the 'Percentages row tracks and gutters' decpracation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Mar 6, 2019
1 parent dc79456 commit addead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/transaction-list/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
&__empty {
flex: 1;
display: grid;
grid-template-rows: 35% 1fr;
grid-template-rows: auto;
padding-top: 8px;
}

Expand Down

0 comments on commit addead9

Please sign in to comment.