Skip to content

Commit

Permalink
fix(web): ensure constant-height card header
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Dec 20, 2023
1 parent 99e9f31 commit 722eeb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages_rs/nextclade-web/src/components/Common/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const CardL1Header = styled(ReactstrapCardHeader)`
padding: 10px 10px;
display: flex;
height: 48px;
min-height: 48px;
max-height: 48px;
`

export const CardL1Body = styled(ReactstrapCardBody)`
Expand Down

0 comments on commit 722eeb6

Please sign in to comment.