From 1be134403f264bb00dfff4887b08746423d9ccaf Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 14 Dec 2024 18:48:30 +0200 Subject: [PATCH] pagination input fix --- frontend/less/espo/custom.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 2f2ab9dd37..628354a245 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -608,6 +608,8 @@ input.global-search-input { width: 100%; min-width: calc(var(--8px) * 10); + + float: none; } } }