File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11body {
22 margin : 20px ;
3+ }
4+
5+ textarea {
6+ margin-bottom : 10px ;
37}
Original file line number Diff line number Diff line change 5353 < div id ="form-header "> </ div >
5454 < div id ="formio "> </ div >
5555 < div id ="output ">
56- < label for ="json-result "> Your JSON Metadata ( < a href ="# " onclick ="copyToClipboard(event) "> Copy</ a > | < a href ="# " onclick ="downloadFile(event) "> Download</ a > ) </ label >
57- < textarea class ="form-control " rows ="20 " id ="json-result " readonly > </ textarea >
56+ < label for ="json-result "> Your JSON Metadata </ label >
57+ < textarea class ="form-control " rows ="10 " id ="json-result " readonly > </ textarea >
58+ < button type ="button " class ="btn btn-outline " href ="# " onclick ="copyToClipboard(event) "> Copy</ button >
59+ < button type ="button " class ="btn btn-outline " href ="# " onclick ="downloadFile(event) "> Download</ button >
5860 </ div >
5961 </ body >
6062</ html >
You can’t perform that action at this time.
0 commit comments