no max width on report.tmpl
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
rows, columns { border: 1px solid red; }
|
||||
</style>
|
||||
</head>
|
||||
<body onload="fillForm(); drawAll();">
|
||||
<body onload="fillForm(); drawAll();" style="max-width: inherit;">
|
||||
<h1>Report</h1>
|
||||
<columns>
|
||||
<form style="width: 16em; flex-shrink: 0;" onsubmit="drawAll(); return false;">
|
||||
|
||||
Reference in New Issue
Block a user