소스 검색

add missing space between informer message and balloon (JSX)

Artur Paikin 7 년 전
부모
커밋
b293945531
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/plugins/Informer.js

+ 1 - 0
src/plugins/Informer.js

@@ -57,6 +57,7 @@ module.exports = class Informer extends Plugin {
         aria-hidden={isHidden}>
         <p role="alert">
           {message}
+          {' '}
           {details && <span style={{ color: this.opts.typeColors[type].bg }}
             data-balloon={details}
             data-balloon-pos="up"