diff --git a/erpnext/public/js/templates/visual_plant_floor_template.html b/erpnext/public/js/templates/visual_plant_floor_template.html index 3720fcd9cda..f4be742267b 100644 --- a/erpnext/public/js/templates/visual_plant_floor_template.html +++ b/erpnext/public/js/templates/visual_plant_floor_template.html @@ -2,7 +2,7 @@
- {{row.status}} + {{row.status}}
@@ -14,7 +14,7 @@ {% } %}
-
{{row.workstation_name}}
+
{{row.workstation_name}}
diff --git a/erpnext/public/scss/erpnext.scss b/erpnext/public/scss/erpnext.scss index ae99f91ea0a..ed77f362c34 100644 --- a/erpnext/public/scss/erpnext.scss +++ b/erpnext/public/scss/erpnext.scss @@ -557,7 +557,7 @@ body[data-route="pos"] { } .workstation-image-container { - height: 3.5rem; + height: 4.5rem; } .workstation-image-cls {