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!
Parcourir la source

Fixed a CSS typo in WBLiveLogs.

pull/1/head
Stanislaw Adaszewski il y a 4 ans
Parent
révision
a6bb8bc6ca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frontend/src/js/component/wb-live-logs.js

+ 1
- 1
frontend/src/js/component/wb-live-logs.js Voir le fichier

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


Chargement…
Annuler
Enregistrer