Przeglądaj źródła

fix(web/Text): p->span

master
hristoterezov 6 lat temu
rodzic
commit
1928efda11

+ 1
- 0
css/_navigate_section_list.scss Wyświetl plik

67
     @extend %navigate-section-list-text;
67
     @extend %navigate-section-list-text;
68
     font-weight: bold;
68
     font-weight: bold;
69
     margin-bottom: 16px;
69
     margin-bottom: 16px;
70
+    display: block;
70
 }
71
 }
71
 .navigate-section-list {
72
 .navigate-section-list {
72
     position: relative;
73
     position: relative;

+ 1
- 1
react/features/base/react/components/web/Text.js Wyświetl plik

14
      * @returns {ReactElement}
14
      * @returns {ReactElement}
15
      */
15
      */
16
     render() {
16
     render() {
17
-        return React.createElement('p', this.props);
17
+        return React.createElement('span', this.props);
18
     }
18
     }
19
 }
19
 }

Ładowanie…
Anuluj
Zapisz