diff --git a/erpnext/public/scss/point-of-sale.scss b/erpnext/public/scss/point-of-sale.scss index 45164b6dd66..f3de14887df 100644 --- a/erpnext/public/scss/point-of-sale.scss +++ b/erpnext/public/scss/point-of-sale.scss @@ -722,8 +722,8 @@ justify-content: center; border-radius: var(--border-radius-md); font-size: var(--text-3xl); - width: 100%; - height: 100%; + width: 11rem; + height: 11rem; } } }