Skip to content
Snippets Groups Projects
Unverified Commit d93af458 authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Fix bad spacing on notebook action buttons (#41134)

parent 9be788d1
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ function NotebookStep({
key={`actionButton_${stepUi.title}`}
className={cx({
[cx(CS.mr2, CS.mt2)]: isLastStep,
mr1: !isLastStep,
[CS.mr1]: !isLastStep,
})}
color={stepUi.getColor()}
large={hasLargeActionButtons}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment