From c400e57df0053adcba2a9d961f0446e487e5c11d Mon Sep 17 00:00:00 2001 From: rs232 <46318040+wellloaded@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:13:41 +0200 Subject: [PATCH] Update tomato.css - extend maximum number of visible characters in upgreade/filename Hopefully with tabs this time. --- release/src-rt-6.x.4708/router/www/tomato.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/www/tomato.css b/release/src-rt-6.x.4708/router/www/tomato.css index eefdea6c0e..350604aa29 100644 --- a/release/src-rt-6.x.4708/router/www/tomato.css +++ b/release/src-rt-6.x.4708/router/www/tomato.css @@ -1078,7 +1078,12 @@ img[id^="barnoise_"] { width: 23%; } -.upgrade-file, +.upgrade-file{ + width: 90%; + overflow: auto; + white-space: nowrap; +} + .import-file, #qos-cl-grid .x2c { width: 41%;