1
0
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:
Kushagra Gour
2018-05-16 23:30:27 +05:30
parent dd4a11d059
commit a0d281b1a7
2 changed files with 6 additions and 0 deletions

View File

@@ -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>

View File

@@ -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,