From 2ac74c6382a37a8c91bf92336a00846382e54954 Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 16 Jul 2017 11:23:13 +0200 Subject: [PATCH] Update main.css --- public/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/main.css b/public/css/main.css index c520fa9e..1e0a3da1 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -370,6 +370,7 @@ th { border-bottom-width: 2px; } .pagination a:first-child li { border-radius: 3px 0 0 3px; } .pagination a:nth-last-child(2) li { border-radius: 0 3px 3px 0; border-right-width: 1px !important} +textarea { max-width: 100%; } #footer { width: 100%; bottom: 0; left: 0; }