diff --git a/src/app/_modules/form-fields/types/relation/form-field-relation.component.scss b/src/app/_modules/form-fields/types/relation/form-field-relation.component.scss index b9ff238..aa2016c 100644 --- a/src/app/_modules/form-fields/types/relation/form-field-relation.component.scss +++ b/src/app/_modules/form-fields/types/relation/form-field-relation.component.scss @@ -6,6 +6,7 @@ font-size: 20px; color: var(--dark-1); padding: 8px 12px 8px 16px; + background: no-repeat left 16px center / 173px 19px url('~src/assets/images/icons/placeholder.svg'); &:hover{ border-color: #6C6C6C; @@ -34,6 +35,8 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + width: 100%; + background-color: #ffffff; p { padding: 0; overflow: hidden; diff --git a/src/app/_modules/form-fields/types/relation/single/combobox/combobox-single.component.html b/src/app/_modules/form-fields/types/relation/single/combobox/combobox-single.component.html index 9e8ab5a..c027443 100644 --- a/src/app/_modules/form-fields/types/relation/single/combobox/combobox-single.component.html +++ b/src/app/_modules/form-fields/types/relation/single/combobox/combobox-single.component.html @@ -1,6 +1,6 @@
-
{{caption}}
+
{{caption}}
diff --git a/src/assets/images/icons/placeholder.svg b/src/assets/images/icons/placeholder.svg new file mode 100644 index 0000000..13d0d17 --- /dev/null +++ b/src/assets/images/icons/placeholder.svg @@ -0,0 +1,3 @@ + + +