Skip to content

Commit 9f8c602

Browse files
committed
Still adjusting start-script typein
1 parent dee8a0e commit 9f8c602

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web-portal/client/views/main.pug

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ block content
118118
#start_script_row
119119
div.run-option.dev-div-run-option.
120120
<tr>
121-
<td style="text-align:left">URL for start-script</td>
122-
<td style="text-align:right"><span class=in-circle onclick='helpOnClick("start-script");'>?</span></td>
121+
<td style="text-align:left;width:50%;">URL for start-script</td>
122+
<td style="text-align:right;width:50%;">
123+
<span class=in-circle onclick='helpOnClick("start-script");'>?</span></td>
123124
</tr>
124-
<input type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%;margin-bottom:16px;">
125+
<input type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%;margin-bottom:12px;">
125126
#custom_sysout_row
126127
label.run-option.dev-div-run-option.
127128
<input type="checkbox" id="custom_sysout_cb" class="checkbox-input">&nbsp;Run custom sysout

0 commit comments

Comments
 (0)