mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
fix(auth): [PM-10775] Fix spacing of horizontal rules in SSO component
- Remove horizontal rule above "Member decryption options" section - Add 1rem margin below horizontal rule before "type" section Resolves PM-10775
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
</bit-hint>
|
||||
</bit-form-field>
|
||||
|
||||
<hr />
|
||||
|
||||
<bit-radio-group formControlName="memberDecryptionType">
|
||||
<bit-label>{{ "memberDecryptionOption" | i18n }}</bit-label>
|
||||
|
||||
@@ -156,7 +154,7 @@
|
||||
</bit-form-field>
|
||||
</ng-container>
|
||||
|
||||
<hr />
|
||||
<hr class="tw-mb-4" />
|
||||
|
||||
<bit-form-field>
|
||||
<bit-label>{{ "type" | i18n }}</bit-label>
|
||||
|
||||
Reference in New Issue
Block a user