diff --git a/core/style.css b/core/style.css index 7d0ba05..e563d2d 100644 --- a/core/style.css +++ b/core/style.css @@ -50,6 +50,9 @@ table { textarea { resize: vertical; width: 100%; +} + +textarea, input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;