Skip to content

Commit

Permalink
Fix vertical alignment of configure button
Browse files Browse the repository at this point in the history
  • Loading branch information
JacoKoster committed Sep 9, 2023
1 parent a06706e commit b444a03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class PluginCard extends Component {
<Button
size="sm"
color="primary"
className="mt-0"
style={{ width: '100%' }}
onClick={this.props.toggleForm}
>
Expand Down

0 comments on commit b444a03

Please sign in to comment.