mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
clean up classes that aren't tailwind-compatible (#12871)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<bit-section-header *ngIf="showHeader">
|
||||
<h6 bitTypography="h6">{{ "options" | i18n }}</h6>
|
||||
</bit-section-header>
|
||||
<form class="box" [formGroup]="settings" class="tw-container">
|
||||
<form [formGroup]="settings" class="tw-container">
|
||||
<div class="tw-mb-4">
|
||||
<bit-card>
|
||||
<bit-form-field disableMargin>
|
||||
|
||||
Reference in New Issue
Block a user