Skip to content

Commit

Permalink
Fixed offset class (QA-6738)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Jun 26, 2024
1 parent 0662cbd commit 4bcfa60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ hqDefine("cloudcare/js/form_entry/const", [], function () {

// UI
LABEL_WIDTH: 'col-md-4',
LABEL_OFFSET: 'col-md-offset-4',
LABEL_OFFSET: 'offset-md-4',
CONTROL_WIDTH: 'col-md-8',
BLOCK_NONE: 'block-none',
BLOCK_SUBMIT: 'block-submit',
Expand Down

0 comments on commit 4bcfa60

Please sign in to comment.