diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java index 5651f8b..67514f7 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java @@ -122,7 +122,6 @@ public class TabularResourceProperties extends FramedPanel { tableMetaDataField = new TextArea(); tableMetaDataField.setReadOnly(true); tableMetaDataField.setResizable(Resizable.BOTH); - tableMetaDataField.setSize("", "60px"); tableMetaDataField.setValue(""); layoutTable.add(new FieldLabel(tableMetaDataField, "MetaData"), new VerticalLayoutData(-1, -1));