diff --git a/octoprint/static/css/octoprint.less b/octoprint/static/css/octoprint.less index 9d4e07f..f2169ea 100644 --- a/octoprint/static/css/octoprint.less +++ b/octoprint/static/css/octoprint.less @@ -124,34 +124,32 @@ table { &.gcode_files_name { text-overflow: ellipsis; text-align: left; - width: 55%; } &.gcode_files_size { text-align: right; - width: 25%; + width: 55px; } &.gcode_files_action { text-align: center; - width: 20%; + width: 45px; } // timelapse files &.timelapse_files_name { text-overflow: ellipsis; text-align: left; - width: 55%; } &.timelapse_files_size { text-align: right; - width: 25%; + width: 55px; } &.timelapse_files_action { text-align: center; - width: 20%; + width: 45px; } } }