mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Give delay node random mina nd max more space so you can see complete value
This commit is contained in:
		@@ -45,9 +45,9 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div id="random-details" class="form-row">
 | 
			
		||||
            <label for="node-input-randomFirst"><i class="fa fa-clock-o"></i> <span data-i18n="delay.between"></span></label>
 | 
			
		||||
            <input type="text" id="node-input-randomFirst" placeholder="" style="text-align:end; width:30px !important">
 | 
			
		||||
            <span data-i18n="delay.and"></span>
 | 
			
		||||
            <input type="text" id="node-input-randomLast" placeholder="" style="text-align:end; width:30px !important">
 | 
			
		||||
            <input type="text" id="node-input-randomFirst" placeholder="" style="text-align:end; width:50px !important">
 | 
			
		||||
             <span data-i18n="delay.and"></span> 
 | 
			
		||||
            <input type="text" id="node-input-randomLast" placeholder="" style="text-align:end; width:50px !important">
 | 
			
		||||
            <select id="node-input-randomUnits" style="width:140px !important">
 | 
			
		||||
              <option value="milliseconds" data-i18n="delay.milisecs"></option>
 | 
			
		||||
              <option value="seconds" data-i18n="delay.secs"></option>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user