-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MI-3421]: Fixed the alignment of button on the Jira Subscriptions pa…
…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
1 parent
06a02e8
commit 3af97f2
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,11 @@ | |
} | ||
} | ||
} | ||
|
||
.title-message { | ||
justify-content: space-between; | ||
h2 { | ||
margin: 15px 0; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters