mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Fix images being too wide in HTML fields and caselogs in the end-users portal
Regression introduced in a previous version of iTop.
This commit is contained in:
@@ -39,6 +39,7 @@ class BsFieldRenderer extends FieldRenderer
|
||||
public function Render()
|
||||
{
|
||||
$oOutput = parent::Render();
|
||||
$oOutput->AddCssClass('form_field');
|
||||
$oOutput->AddCssClass('form_field_'.$this->oField->GetDisplayMode());
|
||||
|
||||
return $oOutput;
|
||||
|
||||
Reference in New Issue
Block a user