Skip to content

Commit

Permalink
Merge pull request #6489 from ibdafna/non-breaking-space
Browse files Browse the repository at this point in the history
made non-breaking space change
  • Loading branch information
jasongrout committed Jun 6, 2019
2 parents b1f6568 + ddc5132 commit 8c830ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/running/src/index.tsx
Expand Up @@ -173,7 +173,7 @@ function Item<M>(props: SessionProps<M> & { model: M }) {
className={`${SHUTDOWN_BUTTON_CLASS} jp-mod-styled`}
onClick={() => props.shutdown(model)}
>
SHUT DOWN
SHUT&nbsp;DOWN
</button>
</li>
);
Expand Down

0 comments on commit 8c830ab

Please sign in to comment.