Project

General

Profile

« Previous | Next » 

Revision 548e5e45

Added by Patrick Plitzner over 6 years ago

Reduce size of "Relationship to the unit:" detail element

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/IndividualsAssociationDetailElement.java
50 50
						EntitySelectionElement.ALL, style);
51 51

  
52 52
		text_description = formFactory.createMultiLineTextWithLabel(
53
				formElement, "Relationship to the unit:", 200, style);
53
				formElement, "Relationship to the unit:", 80, style);
54 54
		Map<Language, LanguageString> descriptions = entity.getDescription();
55 55

  
56 56
		if (descriptions.get(CdmStore.getDefaultLanguage()) != null) {

Also available in: Unified diff