From 239f1f6d247201c21d11b3546eeefe7e9c28fd22 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 3 Dec 2024 23:51:31 +0200 Subject: [PATCH] style fix --- frontend/less/espo/bootstrap/input-groups.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/less/espo/bootstrap/input-groups.less b/frontend/less/espo/bootstrap/input-groups.less index f9af4abe60..adc1437880 100644 --- a/frontend/less/espo/bootstrap/input-groups.less +++ b/frontend/less/espo/bootstrap/input-groups.less @@ -67,7 +67,10 @@ .input-group-btn { width: 1%; white-space: nowrap; - vertical-align: middle; // Match the inputs +} + +.input-group-btn { + vertical-align: middle; // Match the inputs } .input-group-addon {