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!
Przeglądaj źródła

Fixed a CSS typo in WBLiveLogs.

pull/1/head
rodzic
commit
a6bb8bc6ca
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frontend/src/js/component/wb-live-logs.js

+ 1
- 1
frontend/src/js/component/wb-live-logs.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz