fix: increase table width
This commit is contained in:
parent
f61f5ec834
commit
2df481e990
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ frappe.ui.form.on("Workflow", {
|
|||
|
||||
Promise.all(promises).then(rows => {
|
||||
const rows_html = rows.join('');
|
||||
frm.state_table_html = (`<table class="table state-table table-bordered" style="margin:0px; width: 50%">
|
||||
<thead>
|
||||
frm.state_table_html = (`<table class="table state-table table-bordered" style="margin:0px; width: 65%">
|
||||
<thead style="font-size: 12px">
|
||||
<tr class="text-muted">
|
||||
<th>${__('State')}</th>
|
||||
<th>${__('Count')}</th>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue