mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
remove margin from last field in each card of autofill settings (#10344)
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
/>
|
/>
|
||||||
<bit-label for="showCardsSuggestions">{{ "showCardsInVaultView" | i18n }}</bit-label>
|
<bit-label for="showCardsSuggestions">{{ "showCardsInVaultView" | i18n }}</bit-label>
|
||||||
</bit-form-control>
|
</bit-form-control>
|
||||||
<bit-form-control>
|
<bit-form-control disableMargin>
|
||||||
<input
|
<input
|
||||||
bitCheckbox
|
bitCheckbox
|
||||||
id="showIdentitiesSuggestions"
|
id="showIdentitiesSuggestions"
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
/>
|
/>
|
||||||
<bit-label for="autofillOnPageLoad">{{ "enableAutoFillOnPageLoad" | i18n }}</bit-label>
|
<bit-label for="autofillOnPageLoad">{{ "enableAutoFillOnPageLoad" | i18n }}</bit-label>
|
||||||
</bit-form-control>
|
</bit-form-control>
|
||||||
<bit-form-field>
|
<bit-form-field disableMargin>
|
||||||
<bit-label for="defaultAutofill">{{ "defaultAutoFillOnPageLoad" | i18n }}</bit-label>
|
<bit-label for="defaultAutofill">{{ "defaultAutoFillOnPageLoad" | i18n }}</bit-label>
|
||||||
<select
|
<select
|
||||||
bitInput
|
bitInput
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
{{ "clearClipboardDesc" | i18n }}
|
{{ "clearClipboardDesc" | i18n }}
|
||||||
</bit-hint>
|
</bit-hint>
|
||||||
</bit-form-field>
|
</bit-form-field>
|
||||||
<bit-form-field>
|
<bit-form-field disableMargin>
|
||||||
<bit-label for="defaultUriMatch">{{ "defaultUriMatchDetection" | i18n }}</bit-label>
|
<bit-label for="defaultUriMatch">{{ "defaultUriMatchDetection" | i18n }}</bit-label>
|
||||||
<select
|
<select
|
||||||
aria-describedby="defaultUriMatchHelp"
|
aria-describedby="defaultUriMatchHelp"
|
||||||
|
|||||||
Reference in New Issue
Block a user