diff --git a/client/res/templates/import/step-1.tpl b/client/res/templates/import/step-1.tpl index 259d4b453d..812dc127b2 100644 --- a/client/res/templates/import/step-1.tpl +++ b/client/res/templates/import/step-1.tpl @@ -2,7 +2,7 @@

{{translate 'What to Import?' scope='Import'}}

-
+
@@ -35,7 +35,7 @@

{{translate 'Properties' scope='Import'}}

-
+
diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index bb8b775d9e..15c3eefe02 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -510,6 +510,10 @@ select[multiple].input-sm { z-index: 3; } +.panel-body > p:last-child { + margin-bottom: 0; +} + .panel-body > div > .list-expanded { margin-left: -@panel-padding; margin-right: -@panel-padding;