1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Fix MultiSelect component styles and CSP error (#3841)

* Update Web styles and CSP to support MultiSelect component

- Include the MultiSelect module in the CL barrel file of exports
- Import the MultiSelect scss into the Web styles.scss
- Add the necessary sha256 hash to webpack CSP policy to support ngSelect inline styles

* Undo removal of 127.0.0.1 from webpack CSP
This commit is contained in:
Shane Melton
2022-10-19 16:24:39 -07:00
committed by GitHub
parent 7aada169a1
commit 3ed1221f7f
4 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export * from "./form-field";
export * from "./icon";
export * from "./icon-button";
export * from "./menu";
export * from "./multi-select";
export * from "./dialog";
export * from "./link";
export * from "./tabs";

View File

@@ -0,0 +1 @@
export * from "./multi-select.module";