From a240882c51fd910bcf08605cee12184511908469 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 27 Jun 2023 17:57:44 -0500 Subject: [PATCH] textarea --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 942c862..0cfb479 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,11 @@ table { margin-right: 8px; } +textarea { + resize: vertical; + width: 100%; +} + @media only screen and (orientation: landscape) { :target::before { content: ""; @@ -1537,11 +1542,6 @@ heading .button { cursor: pointer; } -textarea { - resize: vertical; - width: calc(100% - 8px); -} - .wrapper table input { width: calc(100% - 20px); }