diff --git a/client/res/templates/modals/add-dashlet.tpl b/client/res/templates/modals/add-dashlet.tpl
index 3a23ba8249..cae9313466 100644
--- a/client/res/templates/modals/add-dashlet.tpl
+++ b/client/res/templates/modals/add-dashlet.tpl
@@ -1,4 +1,4 @@
-
+
{{#each dashletList}}
-
{{translate this category="dashlets"}}
diff --git a/client/res/templates/modals/array-field-add.tpl b/client/res/templates/modals/array-field-add.tpl
index 1d610df0c5..d18bc32d6b 100644
--- a/client/res/templates/modals/array-field-add.tpl
+++ b/client/res/templates/modals/array-field-add.tpl
@@ -1,7 +1,7 @@
{{#unless optionList}}
{{translate 'No Data'}}
{{/unless}}
-
+
{{#each optionList}}
-
{{#if ../translatedOptions}}{{prop ../../translatedOptions this}}{{else}}{{./this}}{{/if}}
diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less
index e439a04df5..716ea66298 100644
--- a/frontend/less/espo/custom.less
+++ b/frontend/less/espo/custom.less
@@ -2035,6 +2035,11 @@ pre > code {
background-color: @white-color;
}
+.array-add-list-group > li {
+ vertical-align: middle;
+ line-height: 32px;
+}
+
@media screen and (min-width: @screen-sm-min) {
#global-search-panel {
margin-top: 5px;