Skip to content

Commit

Permalink
bedset modal detail fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Nov 25, 2024
1 parent 0a5e8d5 commit fe964e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/modals/create-bedset-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const CreateBedSetModal = (props: Props) => {
<div className="w-100 text-sm">
<h1 className="fs-5 mb-1 fw-semibold d-inline">Create BEDset</h1>

<div className="border-bottom my-3" style={{ margin: '0 -1.25em' }}></div>
<div className="border-bottom my-3" style={{ margin: '0 -1.13em' }}></div>

<Markdown className="" rehypePlugins={[rehypeHighlight]}>
{generateBEDsetCreationDescription()}
Expand Down

0 comments on commit fe964e6

Please sign in to comment.