Skip to content

Commit

Permalink
styles(Panel): set minHeight
Browse files Browse the repository at this point in the history
Co-authored-by: Gert Hengeveld <[email protected]>
  • Loading branch information
darleendenno and ghengeveld authored Sep 8, 2021
1 parent afa2fa8 commit 6e74753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/interactions/src/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Interaction = ({
display: 'grid',
gridTemplateColumns: '15px 1fr',
alignItems: 'center',
height: 40,
minHeight: 40,
padding: '8px 15px',
cursor: call.state === CallState.ERROR ? 'default' : 'pointer',
opacity: call.state === CallState.PENDING ? 0.4 : 1,
Expand Down

0 comments on commit 6e74753

Please sign in to comment.