1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[PM-17598] Long custom fields (#13668)

* add custom directive to use the angular CDK resize textarea directive

* swap to textarea to allow for full content to be shown when view text or hidden custom fields

* add text-field styling to web sass file

* move angular import to CL scss file

* add `textarea` to selector to enforce directive usage only on textareas
This commit is contained in:
Nick Krantz
2025-04-02 11:58:31 -05:00
committed by GitHub
parent 9b3c28fcea
commit 3c83165b4e
6 changed files with 99 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
@import "../../../../libs/angular/src/scss/icons.scss";
@import "../../../../libs/components/src/multi-select/scss/bw.theme";
@import "@angular/cdk/overlay-prebuilt.css";
@import "@angular/cdk/text-field-prebuilt.css";
//@import "~bootstrap/scss/bootstrap";
@import "~bootstrap/scss/_functions";