From bf660e81ae6880fc9d235c27b3519aa79bad1357 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 24 Jan 2017 11:18:54 +0200 Subject: [PATCH] css fix --- client/res/templates/fields/array/edit.tpl | 2 ++ frontend/less/espo/custom.less | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/client/res/templates/fields/array/edit.tpl b/client/res/templates/fields/array/edit.tpl index 97b1f168dd..f1e240882b 100644 --- a/client/res/templates/fields/array/edit.tpl +++ b/client/res/templates/fields/array/edit.tpl @@ -3,8 +3,10 @@ {{{./this}}} {{/each}} +
{{#if hasOptions}} {{else}} {{/if}} +
diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 66e78a54c5..f636a3babe 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1317,6 +1317,10 @@ h5 { z-index: 3; } +.field .array-control-container { + position: relative; +} + @media screen and (min-width: @screen-sm-min) { #global-search-panel { margin-top: 5px;