mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Adjust newsletter log table widths
This commit is contained in:
parent
2b0f83e036
commit
f810f50ea9
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ newsletter_log_table_options = {
|
||||||
$(td).html(cellData);
|
$(td).html(cellData);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"width": "25%"
|
"width": "23%"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"targets": [5],
|
"targets": [5],
|
||||||
|
@ -80,7 +80,7 @@ newsletter_log_table_options = {
|
||||||
$(td).html(cellData);
|
$(td).html(cellData);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"width": "33%"
|
"width": "35%"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"targets": [6],
|
"targets": [6],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue