no max width on report.tmpl

main
Bel LaPointe 2024-04-15 06:52:27 -06:00
parent af2ad44109
commit a91da082c7
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
rows, columns { border: 1px solid red; } rows, columns { border: 1px solid red; }
</style> </style>
</head> </head>
<body onload="fillForm(); drawAll();"> <body onload="fillForm(); drawAll();" style="max-width: inherit;">
<h1>Report</h1> <h1>Report</h1>
<columns> <columns>
<form style="width: 16em; flex-shrink: 0;" onsubmit="drawAll(); return false;"> <form style="width: 16em; flex-shrink: 0;" onsubmit="drawAll(); return false;">