IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
ソースを参照

Fixed a CSS typo in WBLiveLogs.

pull/1/head
コミット
a6bb8bc6ca
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frontend/src/js/component/wb-live-logs.js

+ 1
- 1
frontend/src/js/component/wb-live-logs.js ファイルの表示

@@ -60,7 +60,7 @@ class WBLiveLogs extends Component {
</div>
<WBPagination activePage={ page } numPages={ numPages }
onPageChanged={ page => { this.state.page = page; this.fetchData(); } } />
<pre class="word-warp terminal" ref={ this.terminalRef }>
<pre class="word-wrap terminal" ref={ this.terminalRef }>
{ content }
</pre>
</div>


読み込み中…
キャンセル
保存