From a8e9deecb103331a1fcfd0e32d5eb476d0442c22 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 31 May 2023 18:38:34 -0400 Subject: [PATCH] bug fix --- public/css/employees.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/css/employees.css b/public/css/employees.css index 9992a37..1249c81 100755 --- a/public/css/employees.css +++ b/public/css/employees.css @@ -136,9 +136,14 @@ body { color: rgba(76, 76, 76, 0.62); opacity: 0.8; } + .input-group .btn { - height: -webkit-fill-available; + height: 46px; + --bs-btn-border-radius: 0; + border-top-right-radius: .375rem; + border-bottom-right-radius: .375rem; } + .input-group { width: 40%; float: right;