From 2fddf4d29bf335a5efac78e3e3b5d7711b76cc36 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 26 Apr 2020 18:15:36 +0200 Subject: [PATCH] Fixed layout bug. --- .../angular/forms/editors/tag-editor.component.html | 8 +++++--- .../angular/forms/editors/tag-editor.component.scss | 4 ++-- .../app/shared/components/schema-category.component.html | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/app/framework/angular/forms/editors/tag-editor.component.html b/frontend/app/framework/angular/forms/editors/tag-editor.component.html index 08fa47964..a4eb98621 100644 --- a/frontend/app/framework/angular/forms/editors/tag-editor.component.html +++ b/frontend/app/framework/angular/forms/editors/tag-editor.component.html @@ -51,11 +51,13 @@
-
+
-
diff --git a/frontend/app/framework/angular/forms/editors/tag-editor.component.scss b/frontend/app/framework/angular/forms/editors/tag-editor.component.scss index 4cf84affb..c0e23a43c 100644 --- a/frontend/app/framework/angular/forms/editors/tag-editor.component.scss +++ b/frontend/app/framework/angular/forms/editors/tag-editor.component.scss @@ -167,7 +167,7 @@ div { } .suggestions-dropdown { - max-width: 300px; - min-width: 300px; + max-width: 420px; + min-width: 420px; padding: 1rem; } \ No newline at end of file diff --git a/frontend/app/shared/components/schema-category.component.html b/frontend/app/shared/components/schema-category.component.html index e9aee5cff..32a167950 100644 --- a/frontend/app/shared/components/schema-category.component.html +++ b/frontend/app/shared/components/schema-category.component.html @@ -41,7 +41,7 @@
- {{schema.displayName}} + {{schema.displayName}}