Skip to content

Commit

Permalink
[MI-3421]: Fixed the alignment of button on the Jira Subscriptions pa…
Browse files Browse the repository at this point in the history
…ge (#65) (#962)

* [MI-3241]: Fixed the alignment of Create Subscription button on the Jira Subscriptions page

* [MI-3421]: Grouped the margin css
  • Loading branch information
Kshitij-Katiyar authored Nov 14, 2023
1 parent 06a02e8 commit 3af97f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@
}
}
}

.title-message {
justify-content: space-between;
h2 {
margin: 15px 0;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class SelectChannelSubscriptionInternal extends React.PureCompone

return (
<div>
<div className='d-flex justify-content-between align-items-center margin-bottom x3'>
<div className='d-flex justify-content-between align-items-center margin-bottom x3 title-message'>
{titleMessage}
<button
className='btn btn-primary'
Expand Down

0 comments on commit 3af97f2

Please sign in to comment.