Skip to content

Commit

Permalink
Wrap filename with 'anywhere' behavior
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dunkmann00 committed Sep 6, 2023
1 parent 792f550 commit fc228da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ button:disabled {
margin-top: 1rem;
}
#job .file-name {
overflow-wrap: anywhere;
margin-bottom: 20px;
}
#job .progress {
Expand Down

0 comments on commit fc228da

Please sign in to comment.