1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

CL-261: update popover styles and fix stories (#13547)

* updated popover styles and fix stories

* fixed alignment of icon button title and added long title story
This commit is contained in:
Danielle Flinn
2025-02-25 13:55:21 -08:00
committed by GitHub
parent 6f2a713b03
commit e6e6058f9e
3 changed files with 43 additions and 18 deletions

View File

@@ -5,11 +5,12 @@ import { Component, EventEmitter, Input, Output, TemplateRef, ViewChild } from "
import { IconButtonModule } from "../icon-button/icon-button.module";
import { SharedModule } from "../shared/shared.module";
import { TypographyModule } from "../typography";
@Component({
standalone: true,
selector: "bit-popover",
imports: [A11yModule, IconButtonModule, SharedModule],
imports: [A11yModule, IconButtonModule, SharedModule, TypographyModule],
templateUrl: "./popover.component.html",
exportAs: "popoverComponent",
})