From e1d8e360a50f283129dcc845574891ec75700b0b Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Wed, 20 May 2020 17:56:43 +0000 Subject: [PATCH] slightly widen the notice div on the console so text never needs to wrap --- installer/resources/themes/console/dark/console.css | 2 +- installer/resources/themes/console/light/console.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 31cb7a1ef3..4e11196def 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -1202,7 +1202,7 @@ div.messages li { position: absolute; top: 75%; left: 5%; - width: 20%; + width: 22%; } div.widepanel h3 { diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index ff16979631..6801da0f14 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -2230,7 +2230,7 @@ td.optionsave { position: absolute; top: 75%; left: 5%; - width: 20%; + width: 22%; } #bandwidthconfig .configtable tr:last-child td {