mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fixed visual bug regenerate Zapier key and success message text overlay
This commit is contained in:
parent
c21a5c7e3d
commit
0d99ffbf29
@ -106,6 +106,7 @@ table.list .data-label {
|
||||
font-size: 1.4rem;
|
||||
white-space: nowrap;
|
||||
padding-right: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.table.list .data,
|
||||
|
@ -42,7 +42,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{#if (eq this.regeneratedKeyType this.integration.adminKey.type)}}
|
||||
<div class="green nt3 mb2 pl3"> Admin API Key was successfully regenerated </div>
|
||||
<div class="green"> Admin API Key was successfully regenerated </div>
|
||||
{{/if}}
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user