mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-12 13:39:14 +01: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:
parent
0568a09212
commit
337597cf81
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user