Skip to content

Commit

Permalink
FIX #4627: updated css to change button widget height when deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhandikyash committed Jun 28, 2021
1 parent b2d4454 commit 68918bb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const Container = styled.div`
width: 100%;
height: 100%;
position: relative;
> div {
height: 100%;
}
`;

type Props = {
Expand Down

0 comments on commit 68918bb

Please sign in to comment.