1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

[CL-605] Fix whitespace between elements (#13644)

This commit is contained in:
Vicki League
2025-03-19 21:20:07 -04:00
committed by GitHub
parent 2c41e497f7
commit 886f85df48
5 changed files with 51 additions and 43 deletions

View File

@@ -14,13 +14,13 @@
<b>{{params.cipherName}}</b>
{{ "sshkeyApprovalMessageSuffix" | i18n }} {{ params.action | i18n }}
</div>
<div bitDialogFooter>
<ng-container bitDialogFooter>
<button type="submit" bitButton bitFormButton buttonType="primary">
<span>{{ "authorize" | i18n }}</span>
</button>
<button type="button" bitButton bitFormButton buttonType="secondary" bitDialogClose>
{{ "deny" | i18n }}
</button>
</div>
</ng-container>
</bit-dialog>
</form>