diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/PlateView.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/PlateView.js
index 73758465e1d6a39733fe0915ead9b08d936a7721..9286517b69706033e17e662ef8b1de3f63017608 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/PlateView.js
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleForm/widgets/PlateView.js
@@ -218,8 +218,7 @@ function PlateView(plateController, plateModel) {
 			
 			this._$scaleDropdownContainer
 				.append(this._$scaleDropdown)
-				.append($("</br>"))
-				.append($("</br>"))
+				.append(" ")
 				.append(this._$scaleMin)
 				.append(" ")
 				.append(this._$scaleMax)
@@ -372,7 +371,8 @@ function PlateView(plateController, plateModel) {
 			this._$toolbar.append(this._$featureVectorDatasetsDropdown)
 					.append(" ")
 					.append(this._$featureVectorDatasetFeaturesDropdown)
-					.append(" ")
+					.append($("</br>"))
+					.append($("</br>"))
 					.append(this._$scaleDropdownContainer)
 					.append(" ");
 		}