diff --git a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html index 29608db43..b69c9919d 100644 --- a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html +++ b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.html @@ -1,76 +1,86 @@
- - - - - +
+
+ + + + + - {{_displayFn(selectedItem)}} - - - - - - - arrow_drop_down - - - - - - - + {{_displayFn(selectedItem)}} + + + - + +
+ + + + + + + + + -
-
-
-
- {{_titleFn(item)}} +
+
+
+
+ {{_titleFn(item)}} +
+
+
+
+ +
+
+ {{popupItemActionIcon}}
-
-
- -
-
-
- {{popupItemActionIcon}} -
- - - - -
- - - - - - - +
+ + + + + + + -
- {{_titleFn(item)}} -
- {{_subtitleFn(item)}} - {{popupItemActionIcon}} -
-
-
- - No results found! - -
- - loading... - - - +
+ {{_titleFn(item)}} +
+ {{_subtitleFn(item)}} + {{popupItemActionIcon}} +
+
+
+ + No results found! + +
+ + loading... + +
+ +
+
+
+ arrow_drop_down +
\ No newline at end of file diff --git a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss index 1d84384a4..552405597 100644 --- a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss +++ b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss @@ -33,10 +33,10 @@ } -.chip-list { - max-width: calc(100% - 30px); - padding-left: 0.8em; -} +// .chip-list { +// max-width: calc(100% - 30px); +// padding-left: 0.8em; +// } .title-subtitle-fn { height: auto;