forked from GNUsocial/gnu-social
Fix for education description fields in extended profile.
This commit is contained in:
parent
c99f6f6afc
commit
0666c6f8b2
@ -55,6 +55,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profiledetailsettings #content table.extended-profile td {
|
#profiledetailsettings #content table.extended-profile td {
|
||||||
|
@ -442,7 +442,6 @@ class ExtendedProfileWidget extends Form
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->out->element('div', 'label', _m('Description'));
|
$this->out->element('div', 'label', _m('Description'));
|
||||||
$this->out->element('div', 'field', $field['description']);
|
|
||||||
|
|
||||||
$this->out->textarea(
|
$this->out->textarea(
|
||||||
$id . '-description',
|
$id . '-description',
|
||||||
|
Loading…
Reference in New Issue
Block a user