Merge pull request #413 from nullie/fix-temperature-table-size

Add box-sizing: border-box to temperature table th. Should fix #412
This commit is contained in:
Gina Häußge 2014-03-14 14:36:37 +01:00
commit 3746332eb5
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;