Skip to content

Commit 73e4c8e

Browse files
committed
Still adjusting start-script typein
1 parent d0cc9e7 commit 73e4c8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web-portal/client/views/main.pug

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,9 @@ block content
116116
<input type="checkbox" id="dev-options-checkbox" onclick="showDevOptionsOnClick();" class="checkbox-input">&nbsp;Show advanced options
117117
#dev-div-controls(style="display:none;")
118118
#start_script_row
119-
label.run-option.dev-div-run-option.
120-
<label for="start_script_url">URL for start-script</label>
121-
span.in-circle(onclick='helpOnClick("start-script");') ?
122-
<input type="url" id="start_script_url" name="start_script_url" class="url-input">
119+
div.run-option.dev-div-run-option.
120+
p URL for start-script&nbsp;&nbsp;&nbsp;<span class=in-circle onclick='helpOnClick("start-script");'>?</span>
121+
<input type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%">
123122
#custom_sysout_row
124123
label.run-option.dev-div-run-option.
125124
<input type="checkbox" id="custom_sysout_cb" class="checkbox-input">&nbsp;Run custom sysout

0 commit comments

Comments
 (0)