Skip to content

Commit

Permalink
Fix for SLURM popup in Firefox #544
Browse files Browse the repository at this point in the history
  • Loading branch information
srbdev committed Nov 24, 2015
1 parent a33576c commit 776a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/templates/slycat-remote-interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<button id="clear-output" class="btn btn-default" data-bind="attr: {'disabled' : disabled}">Clear Output</button>

<div style="margin: 20px 0px 10px 0px;"><label>Output:</label></div>
<div class="slycat-remote-interface-output" data-bind="text: output" style="white-space: pre-wrap; word-break: break-word;"></div>
<div class="slycat-remote-interface-output" data-bind="text: output" style="white-space: pre-wrap; word-break: break-word; word-wrap: break-word;"></div>

<div id="slycat-remote-interface-connect-modal" class="modal fade" data-backdrop="static">
<div class="modal-dialog">
Expand Down

0 comments on commit 776a8d7

Please sign in to comment.