From 510f7b22d27bde9d30ba287ac9aa83b43f63580a Mon Sep 17 00:00:00 2001 From: Srinath Date: Thu, 12 Feb 2026 13:11:20 +0530 Subject: [PATCH] Addes button style --- src/Styles/Employee/EmpMaster.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Styles/Employee/EmpMaster.scss b/src/Styles/Employee/EmpMaster.scss index 6a5c36b..9f0d13c 100644 --- a/src/Styles/Employee/EmpMaster.scss +++ b/src/Styles/Employee/EmpMaster.scss @@ -18,7 +18,7 @@ border: none; } -.subinputForm .ant-input-affix-wrapper > input.ant-input { +.subinputForm .ant-input-affix-wrapper>input.ant-input { font-size: inherit; border: none; padding: 18px 14px 6px 1px !important; @@ -164,3 +164,9 @@ width: max-content !important; } } + +.productMaster-Print { + width: 100%; + display: flex; + justify-content: flex-end; +} \ No newline at end of file