mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +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">
|
||||
<h2 bitTypography="h6">{{ "options" | i18n }}</h2>
|
||||
</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