Skip to content

Commit 6f7ca6a

Browse files
committed
small margin in confirmation dialog
1 parent c03fa92 commit 6f7ca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/key-management/change-kdf/change-kdf-confirmation.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@if (!(noLogoutOnKdfChangeFeatureFlag$ | async)) {
99
<bit-callout type="warning">{{ "kdfSettingsChangeLogoutWarning" | i18n }}</bit-callout>
1010
}
11-
<bit-form-field>
11+
<bit-form-field disableMargin>
1212
<bit-label>{{ "masterPass" | i18n }}</bit-label>
1313
<input bitInput type="password" formControlName="masterPassword" appAutofocus />
1414
<button

0 commit comments

Comments
 (0)