From d49352be88bcef6967512981a77eeb2c677383a5 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 12 Mar 2024 12:09:18 -0500 Subject: [PATCH] Add box-sizing to textarea --- core/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/style.css b/core/style.css index dcd28fa..7d0ba05 100644 --- a/core/style.css +++ b/core/style.css @@ -50,6 +50,9 @@ table { textarea { resize: vertical; width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } @media only screen and (orientation: landscape) {