From e71928ffa73226f63d0aa2a956da2a19bb1c670b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 17 Oct 2023 13:12:25 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 70957ecb7f..519d202437 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -3486,6 +3486,14 @@ body > .autocomplete-suggestions.text-search-suggestions { } } +.popover { + max-width: 300px; + + .popover-title { + line-height: 1.5; + } +} + @import "misc/kanban.less"; @import "elements/site.less";