From 0666c6f8b269c5e73d0d4f33824a5cbf110ffe29 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Wed, 16 Mar 2011 13:05:55 -0400 Subject: [PATCH] Fix for education description fields in extended profile. --- plugins/ExtendedProfile/css/profiledetail.css | 1 + plugins/ExtendedProfile/extendedprofilewidget.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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',