Skip to content

Commit

Permalink
fix/ hanover rfcc warning (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
espenkalle authored Nov 15, 2023
1 parent 72ea876 commit 7d92724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/handoverapp/src/lib/ui-garden/garden.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type ItemProps = {

export const StyledItemWrapper = styled.div<ItemProps>`
display: grid;
grid-template-columns: 15px auto auto auto;
grid-template-columns: 15px 0.75fr auto auto;
align-items: center;
box-sizing: border-box;
position: relative;
Expand Down

0 comments on commit 7d92724

Please sign in to comment.