Add box-sizing: border-box to temperature table th. Should fix #412
This commit is contained in:
parent
bdade99837
commit
54b01d30da
2 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -201,6 +201,8 @@ table {
|
|||
th, td {
|
||||
overflow: hidden;
|
||||
|
||||
.box-sizing(border-box);
|
||||
|
||||
// gcode files
|
||||
&.gcode_files_name {
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
|||
Loading…
Reference in a new issue