Skip to content

Commit 94bd5c4

Browse files
fix(ngx-select): width issue tempfix (#3437)
1 parent b8db777 commit 94bd5c4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/keira/src/app/scss/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
$fa-font-path: '@fortawesome/fontawesome-free/webfonts';
22
@import './imports';
3+
4+
// TODO: remove this when ngx-select-ex is fixed https://github.com/optimistex/ngx-select-ex/pull/209
5+
.ngx-select__choices {
6+
width: auto !important;
7+
}

0 commit comments

Comments
 (0)