Skip to content

Commit

Permalink
fixed buttons on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
twrichards committed Nov 19, 2019
1 parent 594a30d commit 8364a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/components/buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const buttonCss = ({
outline: "none"
},
minHeight: height || "36px",
height: height || "36px", // this is required in addition to 'min-height' because IE - see https://github.com/philipwalton/flexbugs/issues/231
fontWeight,
display: hide ? "none" : "inline-flex",
background: backgroundColour,
Expand Down

0 comments on commit 8364a13

Please sign in to comment.