Fixed visual bug regenerate Zapier key and success message text overlay

This commit is contained in:
Sanne de Vries 2021-02-19 15:04:01 +01:00
parent c21a5c7e3d
commit 0d99ffbf29
2 changed files with 2 additions and 1 deletions

View File

@ -106,6 +106,7 @@ table.list .data-label {
font-size: 1.4rem;
white-space: nowrap;
padding-right: 8px;
vertical-align: top;
}
.table.list .data,

View File

@ -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>