Fix padding on warning in the application page
This commit is contained in:
parent
7ad06d2e5d
commit
62f8d23a91
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div class="row" style="margin-top: 10px" ng-if="!application.redirect_uri">
|
||||
<div class="row" style="padding: 14px; padding-top: 0px; padding-bottom: 0px;" ng-if="!application.redirect_uri">
|
||||
<div class="co-alert co-alert-warning">
|
||||
Warning: There is no OAuth Redirect setup for this application. Please enter it in the <strong>Settings</strong> tab.
|
||||
</div>
|
||||
|
|
Reference in a new issue