diff --git a/src/main/resources/io/jenkins/plugins/designlibrary/Dialogs/index.jelly b/src/main/resources/io/jenkins/plugins/designlibrary/Dialogs/index.jelly index dfd4c7b0..d9a53064 100644 --- a/src/main/resources/io/jenkins/plugins/designlibrary/Dialogs/index.jelly +++ b/src/main/resources/io/jenkins/plugins/designlibrary/Dialogs/index.jelly @@ -104,32 +104,15 @@
Order your ice cream
-
-
Name
-
- -
-
-
-
-
Quantity
-
- -
-
-
-
-
Choose flavor
-
-
- -
-
-
-
+ + + + + + + + +
diff --git a/src/main/resources/scss/components/_component-sample.scss b/src/main/resources/scss/components/_component-sample.scss index 176294f4..97848f3a 100644 --- a/src/main/resources/scss/components/_component-sample.scss +++ b/src/main/resources/scss/components/_component-sample.scss @@ -35,10 +35,13 @@ } .jenkins-form-item, .jenkins-search-container { - margin-bottom: 0; min-width: 300px; } + :nth-last-child(1 of .jenkins-form-item) { + margin-bottom: 0; + } + .repeated-container { min-width: 600px; } diff --git a/src/main/resources/scss/pages/_dialogs.scss b/src/main/resources/scss/pages/_dialogs.scss index afd551cd..5d633320 100644 --- a/src/main/resources/scss/pages/_dialogs.scss +++ b/src/main/resources/scss/pages/_dialogs.scss @@ -1,3 +1,7 @@ #toggle-switch-formsubmit { width: 100%; -} \ No newline at end of file +} + +.jdl-dialog-form--last { + margin-bottom: var(--section-padding) !important; +}