mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[CL-614] More spacing fixes (#13955)
* Fix all dialogs to use ng-container for bitDialogFooter * Fix button spacing * Fix send icon spacing
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</bit-hint>
|
||||
</bit-form-field>
|
||||
</div>
|
||||
<div bitDialogFooter class="tw-flex tw-gap-2 tw-w-full">
|
||||
<ng-container bitDialogFooter>
|
||||
<button
|
||||
#submitBtn
|
||||
bitButton
|
||||
@@ -36,6 +36,6 @@
|
||||
[appA11yTitle]="'deleteFolder' | i18n"
|
||||
[bitAction]="deleteFolder"
|
||||
></button>
|
||||
</div>
|
||||
</ng-container>
|
||||
</bit-dialog>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user