From fc228da6485a48e00745ed8e1d0e9a6956db89fc Mon Sep 17 00:00:00 2001 From: George Waters Date: Wed, 6 Sep 2023 15:18:12 -0400 Subject: [PATCH] Wrap filename with 'anywhere' behavior Rather than having the filename run on for one line even when it is particularly long (as is commonly the case with gcode filenames). Have the filename wrap into another line. This works on both desktop and mobile layouts with a big improvement to the look of the webpage on mobile. --- src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.css b/src/styles.css index b143746f..6f51e8db 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1040,6 +1040,7 @@ button:disabled { margin-top: 1rem; } #job .file-name { + overflow-wrap: anywhere; margin-bottom: 20px; } #job .progress {