From 971e86340e505c266eb6140cfea435d7e6524cf0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 20 May 2018 10:05:16 +0200 Subject: [PATCH] Pattern UI fixed. --- .../schemas/pages/schema/types/string-validation.component.html | 2 +- .../schemas/pages/schema/types/string-validation.component.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html index 8a04d738d..4fef44787 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html +++ b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html @@ -36,7 +36,7 @@

Suggestions

-
+
{{pattern.name}}
{{pattern.pattern}}
diff --git a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.scss b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.scss index 40eeb40fd..4ce16a3c9 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.scss +++ b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.scss @@ -14,6 +14,7 @@ .control-dropdown { & { max-width: 285px; + min-width: 200px; min-height: 220px; }