diff --git a/themes/default/style.css b/themes/default/style.css index 6f2e8945..d48d0d33 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -50,6 +50,7 @@ CODE { font-size: 0.8em; } #body SELECT {width: 150px;} +TD>INPUT {box-sizing: border-box;} TD>INPUT[type="button"] {width: 100%;} TD>INPUT[type="submit"] {width: 100%;} TD>INPUT[type="text"] {width: 100%;}