1
0
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:
Alec Rippberger 2025-03-10 14:23:42 -05:00 committed by GitHub
parent 0568a09212
commit 337597cf81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>