File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -332,15 +332,8 @@ const PatronBlockingRulesEditor = React.forwardRef<
332332 return (
333333 < div className = "patron-blocking-rules-editor" >
334334 < div className = "patron-blocking-rules-header" >
335- < label className = "control-label" > Patron Blocking Rules</ label >
336- < div className = "patron-blocking-rules-header-actions" >
337- < Button
338- type = "button"
339- className = "add-patron-blocking-rule"
340- disabled = { disabled || hasIncompleteRule }
341- callback = { addRule }
342- content = "Add Rule"
343- />
335+ < div className = "patron-blocking-rules-label-group" >
336+ < label className = "control-label" > Patron Blocking Rules</ label >
344337 < button
345338 type = "button"
346339 className = "patron-blocking-rules-help-btn"
@@ -351,6 +344,15 @@ const PatronBlockingRulesEditor = React.forwardRef<
351344 ?
352345 </ button >
353346 </ div >
347+ < div className = "patron-blocking-rules-header-actions" >
348+ < Button
349+ type = "button"
350+ className = "add-patron-blocking-rule"
351+ disabled = { disabled || hasIncompleteRule }
352+ callback = { addRule }
353+ content = "Add Rule"
354+ />
355+ </ div >
354356 </ div >
355357 { serverErrorMessage && (
356358 < p className = "patron-blocking-rule-field-warning text-warning" >
You can’t perform that action at this time.
0 commit comments