Could someone provide an explanation as to why the div with the red border is not expanding?
<body style="padding:200px">
<div style="border:1px solid red">
<table>
<tr>
<input type="text" style="width:1600px"/>
</tr>
</table>
</div>
<body>
I'm looking to understand which CSS box sizing rules are being applied by the browser, rather than just a different solution.