diff --git a/releases/unreleased/improve-readability-of-form-options.yml b/releases/unreleased/improve-readability-of-form-options.yml new file mode 100644 index 00000000..a3748efa --- /dev/null +++ b/releases/unreleased/improve-readability-of-form-options.yml @@ -0,0 +1,8 @@ +--- +title: Improved readability of job settings +category: added +author: Eva Millán +issue: null +notes: > + The options for the "unify" and "recommend matches" + jobs are now displayed in a clearer way. diff --git a/ui/src/components/JobModal.vue b/ui/src/components/JobModal.vue index 6adfaf8c..8e920341 100644 --- a/ui/src/components/JobModal.vue +++ b/ui/src/components/JobModal.vue @@ -43,56 +43,102 @@ /> - - - - - - - - - - - - - - + + + + + + + + + +
+ + Unify profiles based on their: + + + + +
+
+
+
+ + + + + + + + + +
+ + Recommend matches based on: + + + + +
+
+
+
diff --git a/ui/src/styles/index.scss b/ui/src/styles/index.scss index 6d2395a5..c47e27e4 100644 --- a/ui/src/styles/index.scss +++ b/ui/src/styles/index.scss @@ -194,3 +194,7 @@ button.v-pagination__item { .v-snack__content::first-letter { text-transform: capitalize; } + +fieldset { + border: 0; +}