From 603ee397f0b1b0a92cf3e6868e593bb037867fb4 Mon Sep 17 00:00:00 2001 From: Laurent Grawet Date: Mon, 9 Mar 2020 14:49:13 +0100 Subject: [PATCH] style.css: increase div-server width --- inc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/style.css b/inc/style.css index e64484e0..db9e632a 100644 --- a/inc/style.css +++ b/inc/style.css @@ -749,7 +749,7 @@ label { background-color: #fbfbfb; border: 1px solid #A4C7F5; height: 165px; - width: 365px; + width: 380px; padding: 20px; padding-top: 10px; padding-left: 15px;