File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
body {
2
2
margin : 20px ;
3
+ }
4
+
5
+ textarea {
6
+ margin-bottom : 10px ;
3
7
}
Original file line number Diff line number Diff line change 53
53
< div id ="form-header "> </ div >
54
54
< div id ="formio "> </ div >
55
55
< 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 >
58
60
</ div >
59
61
</ body >
60
62
</ html >
You can’t perform that action at this time.
0 commit comments