浏览代码

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

made non-breaking space change
Jason Grout 6 年之前
父节点
当前提交
8c830ab23c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
   );