Skip to content

Commit

Permalink
made non-breaking space change
Browse files Browse the repository at this point in the history
  • Loading branch information
ibdafna committed Jun 6, 2019
1 parent f8be765 commit ddc5132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/running/src/index.tsx
Original file line number Diff line number Diff line change
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 ddc5132

Please sign in to comment.