diff --git a/octoprint/static/css/octoprint.less b/octoprint/static/css/octoprint.less index 05ad83e8..835e7d78 100644 --- a/octoprint/static/css/octoprint.less +++ b/octoprint/static/css/octoprint.less @@ -200,12 +200,18 @@ body { table { table-layout: fixed; + .popover-title { + text-overflow: ellipsis; + word-break: break-all; + } + th, td { overflow: hidden; // gcode files &.gcode_files_name { text-overflow: ellipsis; + white-space: nowrap; text-align: left; }