mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[CL-351] Prevent tw-group styling conflicts by namespacing (#12261)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="tw-group tw-flex tw-w-full">
|
||||
<div class="tw-flex tw-w-full">
|
||||
<ng-content select="bit-side-nav, [slot=side-nav]"></ng-content>
|
||||
<main
|
||||
[id]="mainContentId"
|
||||
|
||||
@@ -99,7 +99,6 @@ export class SortableComponent implements OnInit {
|
||||
|
||||
get classList() {
|
||||
return [
|
||||
"tw-group",
|
||||
"tw-min-w-max",
|
||||
|
||||
// Offset to border and padding
|
||||
|
||||
Reference in New Issue
Block a user