Skip to content

Commit

Permalink
tweak: tiny styling fix for delete draft button
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Jan 24, 2025
1 parent 5592750 commit 52d460d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const DetourFinishedPanel = ({
<Panel.Body.Footer className="d-flex flex-column">
{onDeleteDetour && (
<Button
className="m-3 flex-grow-1 icon-link justify-content-center"
className="m-3 mb-0 flex-grow-1 icon-link justify-content-center"
variant="outline-ui-alert"
onClick={onDeleteDetour}
data-fs-element="Delete Detour Draft"
Expand Down

0 comments on commit 52d460d

Please sign in to comment.