Skip to content

Commit

Permalink
gt - Update BlockPanel flexbox classes to correct IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas-appfolio committed May 15, 2017
1 parent 7634a9e commit 9bcc3be
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 9bcc3be

Please sign in to comment.