From 16e8156f01d0f79589a0921f00b97ce54b8d8f43 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Fri, 11 Oct 2024 13:41:16 +0530 Subject: [PATCH] fix: height and font size plant floor (#43618) --- erpnext/public/js/templates/visual_plant_floor_template.html | 4 ++-- erpnext/public/scss/erpnext.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {