Fixed margin
This commit is contained in:
parent
4c9bdca3f8
commit
26d598529c
|
@ -436,7 +436,7 @@ class AgentModuleWidget extends Widget
|
|||
array $visualData,
|
||||
array $allModules
|
||||
):string {
|
||||
$style = 'display:flex; width:100%; margin: 10px;';
|
||||
$style = 'display:flex; width:96%; margin-top: 10px;';
|
||||
$table_data = '<div style="'.$style.'">';
|
||||
$table_data .= '<table class="widget_agent_module transparent mrgn_0px" cellpadding="1" cellspacing="0" border="0">';
|
||||
|
||||
|
|
Loading…
Reference in New Issue