align labels

This commit is contained in:
mike-000
2021-11-13 13:39:45 +00:00
parent 883f22d6fe
commit 12cdaed2c5

View File

@@ -37,8 +37,12 @@ tags: "reprojection, projection, proj4js, osm, wms, wmts, hidpi, grid"
<option value="EPSG:5479">RSRGD2000 / MSLC2000 (EPSG:5479)</option> <option value="EPSG:5479">RSRGD2000 / MSLC2000 (EPSG:5479)</option>
</select> </select>
</div> </div>
<label> </form>
Render reprojection edges <form class="form-inline">
<input type="checkbox" id="render-edges"> <div class="col-md-auto">
</label> <label>
Render reprojection edges:&nbsp;
<input type="checkbox" id="render-edges" />
</label>
</div>
</form> </form>