From 83a91f1ef39e38ac1fbad6220bb885180a9319d6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 8 Mar 2024 19:13:16 +0100 Subject: [PATCH] remove width constraint --- src/static/css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 657926c..0e15024 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -93,8 +93,6 @@ aside div::after { } aside textarea { - width: 96%; - /* reset other values */ min-width: inherit; font-size: inherit;