diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 9089d7d631..c02a1ef671 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -913,6 +913,12 @@ img.avatar.avatar-link { left: auto; } +@media screen and (min-width: @screen-sm-min) { + #global-search-panel { + margin-top: 5px; + } +} + @media screen and (max-width: @screen-sm-min) { #notifications-panel { position: fixed;