Add box-sizing: border-box to temperature table th. Should fix #412

This commit is contained in:
Ilya Novoselov 2014-03-14 16:52:07 +06:00
parent bdade99837
commit 54b01d30da
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -201,6 +201,8 @@ table {
th, td {
overflow: hidden;
.box-sizing(border-box);
// gcode files
&.gcode_files_name {
text-overflow: ellipsis;