Merge pull request #12996 from mike-000/align-labels

Align labels with the Select elements in the Raster Reprojection example
This commit is contained in:
Tim Schaub
2021-11-13 11:40:14 -07:00
committed by GitHub
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
.form-inline label {
justify-content: left;
}

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>