Update example styles to work with bootstrap 5.2

This commit is contained in:
Maximilian Krög
2022-08-21 11:24:43 +02:00
parent bc9a6f230c
commit 523a33c81a
23 changed files with 137 additions and 128 deletions

View File

@@ -14,9 +14,9 @@ docs: >
tags: "vector tiles, selection"
---
<div id="map" class="map"></div>
<form class="form-inline">
<form>
<label for="type">Action type &nbsp;</label>
<select id="type" class="form-control">
<select id="type">
<option value="singleselect" selected>Single Select</option>
<option value="multiselect">Multi Select</option>
<option value="singleselect-hover">Single Select on hover</option>