Reduce size of "Relationship to the unit:" detail element
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 2 Nov 2017 13:40:38 +0000 (14:40 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 2 Nov 2017 13:57:46 +0000 (14:57 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/IndividualsAssociationDetailElement.java

index 7dcff5f0a3c4523456fa0c192979c7f33b945879..536dbafc282139a9db72d8acb10307c2fcada1bd 100644 (file)
@@ -50,7 +50,7 @@ public class IndividualsAssociationDetailElement extends
                                                EntitySelectionElement.ALL, style);
 
                text_description = formFactory.createMultiLineTextWithLabel(
-                               formElement, "Relationship to the unit:", 200, style);
+                               formElement, "Relationship to the unit:", 80, style);
                Map<Language, LanguageString> descriptions = entity.getDescription();
 
                if (descriptions.get(CdmStore.getDefaultLanguage()) != null) {