File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 5656 <!-- Testcase Container-->
5757 < div id ="tab-testcase-container ">
5858 < h5 class ="testcase-container-title "> Input:</ h5 >
59- < textarea id ="input-container " class ="testcase-container-text ">
60- </ textarea >
59+ < textarea id ="input-container " class ="testcase-container-text "> </ textarea >
6160 < h5 class ="testcase-container-title "> Expected:</ h5 >
62- < textarea readonly id ="expected-output " class ="testcase-container-text ">
63- </ textarea >
61+ < textarea readonly id ="expected-output " class ="testcase-container-text "> </ textarea >
6462 < h5 class ="testcase-container-title "> Output:</ h5 >
65- < textarea readonly id ="testcase-output " class ="testcase-container-text ">
66- </ textarea >
63+ < textarea readonly id ="testcase-output " class ="testcase-container-text "> </ textarea >
6764 < h5 class ="testcase-container-title "> Stdout:</ h5 >
68- < textarea readonly id ="testcase-stdout " class ="testcase-container-text ">
69- </ textarea >
65+ < textarea readonly id ="testcase-stdout " class ="testcase-container-text "> </ textarea >
7066 < h5 class ="testcase-container-title "> Stderr:</ h5 >
71- < textarea readonly id ="testcase-stderr " class ="testcase-container-text ">
72- </ textarea >
67+ < textarea readonly id ="testcase-stderr " class ="testcase-container-text "> </ textarea >
7368 <!-- Testcase Container END -->
7469 </ div >
7570 </ div >
7671 < div id ="tab-test-results " class ="tab-test-results tab-content tab-bottom-right content ">
77- < div class =" bottom-right-content " id ="test-results-content ">
72+ < div class ="bottom-right-content " id ="test-results-content ">
7873 </ div >
7974 </ div >
8075 < div id ="tab-compilation " class ="tab-compilation compilation-panel tab-content content ">
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ select:hover {
134134 white-space : pre-wrap;
135135 word-break : break-all;
136136 margin : 0 ;
137+ font-size : small;
137138}
138139
139140.tab-separator {
You can’t perform that action at this time.
0 commit comments