Change size of rows in bulk add alerts. Gitlab: #490
This commit is contained in:
parent
8de4984faf
commit
a06389b652
|
@ -142,9 +142,9 @@ $table->style[0] = 'font-weight: bold; vertical-align:top';
|
|||
$table->style[2] = 'font-weight: bold; vertical-align:top';
|
||||
$table->size = array ();
|
||||
$table->size[0] = '15%';
|
||||
$table->size[1] = '40%';
|
||||
$table->size[1] = '25%';
|
||||
$table->size[2] = '15%';
|
||||
$table->size[3] = '40%';
|
||||
$table->size[3] = '30%';
|
||||
|
||||
$table->data = array ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue