Skip to content

Commit

Permalink
Merge pull request #216 from appfolio/fixBlockPanelIE11
Browse files Browse the repository at this point in the history
gt - Update BlockPanel flexbox classes to correct IE11
  • Loading branch information
gthomas-appfolio authored May 15, 2017
2 parents 7634a9e + 9bcc3be commit a8ecd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BlockPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class BlockPanel extends Component {
return (
<Card className={`rounded-0 border-0 shadow-1 ${className}`} {...props}>
<CardHeader
className={`border-0 d-flex align-items-center justify-content-end py-2 ${expandable ? 'pl-2' : ''}`}
className={`border-0 d-flex align-items-center py-2 ${expandable ? 'pl-2' : ''}`}
style={{ borderRadius: 0 }}
>
{expandable ?
Expand Down

0 comments on commit a8ecd76

Please sign in to comment.