diff --git a/core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config.jelly b/core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config.jelly index a97222848442..2bbdee3b9441 100644 --- a/core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config.jelly +++ b/core/src/main/resources/hudson/slaves/EnvironmentVariablesNodeProperty/config.jelly @@ -26,19 +26,15 @@ THE SOFTWARE. xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"> - - +
+ - + - -
- -
-
-
+ +
diff --git a/war/src/main/less/form/layout.less b/war/src/main/less/form/layout.less index 0cdebc519859..0411fe441fce 100644 --- a/war/src/main/less/form/layout.less +++ b/war/src/main/less/form/layout.less @@ -138,3 +138,9 @@ } } } + +.jenkins-two-columns { + display: grid; + grid-template-columns: 1fr 1fr; + grid-gap: var(--section-padding); +}