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>
</select>
</div>
<label>
Render reprojection edges
<input type="checkbox" id="render-edges">
</label>
</form>
<form class="form-inline">
<div class="col-md-auto">
<label>
Render reprojection edges:&nbsp;
<input type="checkbox" id="render-edges" />
</label>
</div>
</form>