Browse Source

Merge pull request #6489 from ibdafna/non-breaking-space

made non-breaking space change
Jason Grout 6 years ago
parent
commit
8c830ab23c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/running/src/index.tsx

+ 1 - 1
packages/running/src/index.tsx

@@ -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>
   );