mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
[CL-351] Prevent tw-group styling conflicts by namespacing (#12261)
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</p>
|
||||
<bit-table *ngIf="!loading && global.length > 0">
|
||||
<ng-template body>
|
||||
<tr bitRow *ngFor="let d of global" class="tw-group">
|
||||
<tr bitRow *ngFor="let d of global">
|
||||
<td bitCell [ngClass]="{ 'table-list-strike': d.excluded }">{{ d.domains }}</td>
|
||||
<td bitCell>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user