diff --git a/plugins/ExtendedProfile/css/profiledetail.css b/plugins/ExtendedProfile/css/profiledetail.css index 3af9bcba4a..7de7e88ff5 100644 --- a/plugins/ExtendedProfile/css/profiledetail.css +++ b/plugins/ExtendedProfile/css/profiledetail.css @@ -55,6 +55,7 @@ float: left; padding-top: 2px; padding-bottom: 2px; + max-width: 350px; } #profiledetailsettings #content table.extended-profile td { diff --git a/plugins/ExtendedProfile/extendedprofilewidget.php b/plugins/ExtendedProfile/extendedprofilewidget.php index 1ef6440ed6..80d88a9599 100644 --- a/plugins/ExtendedProfile/extendedprofilewidget.php +++ b/plugins/ExtendedProfile/extendedprofilewidget.php @@ -442,7 +442,6 @@ class ExtendedProfileWidget extends Form ); $this->out->element('div', 'label', _m('Description')); - $this->out->element('div', 'field', $field['description']); $this->out->textarea( $id . '-description',