mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-24 07:21:14 +02:00
add help text in loop timeout setting
This commit is contained in:
@@ -544,6 +544,7 @@
|
||||
Maximum time allowed in a loop iteration
|
||||
<input type="number" data-setting="infiniteLoopTimeout" d-change="updateSetting"> ms
|
||||
</label>
|
||||
<div class="help-text">If any loop iteration takes more than the defined time, it is detected as a potential infinite loop and further iterations are stopped.</div>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -1219,6 +1219,11 @@ body:not(.is-app) .show-when-app {
|
||||
border-style: dashed;
|
||||
color: #333;
|
||||
}
|
||||
.help-text {
|
||||
font-size: 0.9em;
|
||||
color: #616465;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.social-login-btn:after,
|
||||
.social-login-btn:before,
|
||||
|
Reference in New Issue
Block a user