mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
[Emscripten] Use the Bootstrap control for the log
This commit is contained in:
parent
dd8b19578b
commit
53ccbcc27a
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<textarea class="webplayer" id="output" rows="15"></textarea>
|
||||
<div class="form-group">
|
||||
<textarea class="webplayer form-control" id="output" rows="15"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue