From 4158f72659ae1fa8c3c468c8ca8ad608d8c7d416 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Sun, 10 Feb 2019 15:38:57 +0100
Subject: [PATCH] Enlarge answer-input-field

---
 .../content-choice-creator.component.scss                     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss
index 30dc2812f..4fd9f7ddd 100644
--- a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss
+++ b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss
@@ -37,3 +37,7 @@ mat-row {
 .mat-raised-button {
   min-width: 120px;
 }
+
+mat-form-field {
+  min-width: 250px;
+}
-- 
GitLab