Skip to content

Commit

Permalink
Fix(addons): Align Button with Title in AddonDetailDialog (#915)
Browse files Browse the repository at this point in the history
Signed-off-by: am6737 <[email protected]>
  • Loading branch information
am6737 authored Oct 9, 2024
1 parent 5704854 commit 8e11f93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ class AddonDetailDialog extends React.Component<Props, State> {
schema
? [
<Button
style={{ marginTop: '-12px', alignItems: 'center', display: 'flex' }}
style={{ alignItems: 'center', display: 'flex' }}
onClick={() => {
if (propertiesMode === 'native') {
this.setState({ propertiesMode: 'code' });
Expand Down

0 comments on commit 8e11f93

Please sign in to comment.