We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4827f42 commit 511e011Copy full SHA for 511e011
templates/install.tmpl
@@ -162,7 +162,7 @@
162
<input id="log_root_path" name="log_root_path" value="{{.log_root_path}}" placeholder="log" required>
163
<span class="help">{{.locale.Tr "install.log_root_path_helper"}}</span>
164
</div>
165
- <div class="inline field">
+ <div class="inline field left-label">
166
<label for="enable_update_checker">{{.locale.Tr "install.enable_update_checker"}}</label>
167
<div class="ui checkbox">
168
<input name="enable_update_checker" type="checkbox">
web_src/less/_install.less
@@ -20,6 +20,11 @@
20
margin-left: @input-padding+15px;
21
}
22
23
+ &.left-label label {
24
+ vertical-align: top;
25
+ line-height: 17px;
26
+ }
27
+
28
&.optional {
29
.title {
30
margin-left: 38%;
0 commit comments