Skip to content

Commit

Permalink
fix(field): change default bodyClass from control to field-body (
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Sep 13, 2024
1 parent 41fb2ef commit f014306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/bulma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const bulmaConfig: OrugaOptions = {
labelSizeClass: "is-",
messageClass: "help",
variantMessageClass: "is-",
bodyClass: "field-body",
addonsClass: "has-addons",
groupedClass: "is-grouped",
groupMultilineClass: "is-grouped-multiline",
horizontalClass: "is-horizontal",
labelHorizontalClass: "field-label",
bodyHorizontalClass: "field-body",
bodyClass: "control",
},
input: {
override: true,
Expand Down

0 comments on commit f014306

Please sign in to comment.