diff --git a/.stylelintrc.js b/.stylelintrc.js
index 50820909fbe2..765545dc64f0 100644
--- a/.stylelintrc.js
+++ b/.stylelintrc.js
@@ -17,5 +17,6 @@ module.exports = {
"number-max-precision": 5,
"no-duplicate-selectors": null,
"hue-degree-notation": "number",
+ "scss/operator-no-newline-after": null,
},
};
diff --git a/core/src/main/resources/lib/form/bottomButtonBar.jelly b/core/src/main/resources/lib/form/bottomButtonBar.jelly
index dab0895e29c3..2bab23e30266 100644
--- a/core/src/main/resources/lib/form/bottomButtonBar.jelly
+++ b/core/src/main/resources/lib/form/bottomButtonBar.jelly
@@ -28,9 +28,13 @@ THE SOFTWARE.
Creates a button bar at the bottom of the page for things like "Submit".
The actual buttons should be specified as the body of this tag.
This area will always be visible at the bottom of the screen.
+
+