Skip to content

Commit

Permalink
update grid-template-columns on host in menu-item style
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Oct 27, 2020
1 parent d08e9b0 commit a34b50d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const MenuItemStyles = css`
outline: none;
box-sizing: border-box;
height: calc(${heightNumber} * 1px);
grid-template-columns: 42px auto 42px;
grid-template-columns: minmax(42px, auto) 1fr minmax(42px, auto);
grid-template-rows: auto;
justify-items: center;
align-items: center;
Expand Down

0 comments on commit a34b50d

Please sign in to comment.