Skip to content

Commit

Permalink
Fixed spacing of advanced bar
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 11, 2021
1 parent ad12b5c commit 0c02bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/metadata/editor/MetadataEditorForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export function MetadataEditorForm({ metadata, definition, schema, current, onCh
return (
<>
{step.locked && <div className="">
<div className="row">
<div className="col-9">
<div className="row no-gutters">
<div className="col-lg-8">
<Alert variant="danger" className="d-flex justify-content-between align-items-center font-weight-bold mb-3">
<FormCheck
type="switch"
Expand Down

0 comments on commit 0c02bcb

Please sign in to comment.