Skip to content
Snippets Groups Projects
Commit 42815acf authored by a.croix's avatar a.croix
Browse files

Add overflow to cut button correctly

parent 8c5bba08
No related branches found
No related tags found
1 merge request!2New Log system
Pipeline #6407 passed
......@@ -51,12 +51,12 @@
<div>
<b>Weights W Vector:</b>
<input type="textarea" value="@json($wowa->weightsW())" id="w_weights" style="position: absolute; width: 0; height: 0; border: none; appearance: none; opacity: .01; z-index: -1;">
<input type="button" class="btn btn-info" id="w_weights_button" title="Copy to clipboard" style="margin: 1em" value="@json($wowa->weightsW())" >
<input type="button" class="btn btn-info" id="w_weights_button" title="Copy to clipboard" style="margin: 1em; overflow: auto" value="@json($wowa->weightsW())" >
</div>
<div>
<b>Weights W Vector:</b>
<input type="textarea" value="@json($wowa->weightsP())" id="p_weights" style="position: absolute; width: 0; height: 0; border: none; appearance: none; opacity: .01; z-index: -1;">
<input type="button" class="btn btn-info" id="p_weights_button" title="Copy to clipboard" style="margin: 1em" value="@json($wowa->weightsP())">
<input type="button" class="btn btn-info" id="p_weights_button" title="Copy to clipboard" style="margin: 1em; overflow: auto" value="@json($wowa->weightsP())">
</div>
<div id="roc">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment