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!
Browse Source

Fixed a CSS typo in WBLiveLogs.

pull/1/head
parent
commit
a6bb8bc6ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/js/component/wb-live-logs.js

+ 1
- 1
frontend/src/js/component/wb-live-logs.js View File

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


Loading…
Cancel
Save