From 26c6c0fb5f1a29353aa1e01c20c0ace8371e9275 Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Fri, 8 Mar 2013 06:34:31 +0000 Subject: [PATCH] Missing semi-colon causing problems --- octoprint/static/css/octoprint.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/static/css/octoprint.less b/octoprint/static/css/octoprint.less index dbaee92..1f6ea5a 100644 --- a/octoprint/static/css/octoprint.less +++ b/octoprint/static/css/octoprint.less @@ -123,7 +123,7 @@ table { table-layout: fixed; th, td { - overflow: hidden + overflow: hidden; // gcode files .gcode_files_name {