diff --git a/src/content/themes/default/style.css b/src/content/themes/default/style.css index 71807da..58240a6 100644 --- a/src/content/themes/default/style.css +++ b/src/content/themes/default/style.css @@ -117,6 +117,7 @@ body, td, th, input, textarea, select { max-width:1000px; padding:8px; margin-bottom:8px; + box-sizing: border-box; } form { display: inline; }