1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00

[CL-455] Do not use responsive margin for sections in dialogs or extension (#11243)

This commit is contained in:
Victoria League
2024-09-25 16:49:35 -04:00
committed by GitHub
parent aeaaca1e62
commit add520aee5
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class ExtensionContainerComponent {}
@Component({
selector: "vault-placeholder",
template: `
<bit-section disableMargin>
<bit-section>
<bit-item-group aria-label="Mock Vault Items">
<bit-item *ngFor="let item of data; index as i">
<button bit-item-content>

View File

@@ -9,7 +9,7 @@ import { Component, Input } from "@angular/core";
template: `
<section
[ngClass]="{
'tw-mb-6 md:tw-mb-12': !disableMargin,
'tw-mb-6 [&:not(bit-dialog_*):not(popup-page_*)]:md:tw-mb-12': !disableMargin,
}"
>
<ng-content></ng-content>