@@ -190,8 +190,6 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
190
190
<button type =" button " class =" btn btn-primary " >Button</button >
191
191
<button type =" button " class =" btn btn-primary " >Button</button >
192
192
<button type =" button " class =" btn btn-primary " >Button</button >
193
- <button type =" button " class =" btn btn-primary " >Button</button >
194
- <button type =" button " class =" btn btn-primary " >Button</button >
195
193
</div >
196
194
{{< /example >}}
197
195
@@ -208,9 +206,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
208
206
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
209
207
</ul>
210
208
</div >
211
- <button type =" button " class =" btn btn-primary " >Button</button >
212
- <button type =" button " class =" btn btn-primary " >Button</button >
213
- <div class =" btn-group " role =" group " >
209
+ <div class =" btn-group dropstart " role =" group " >
214
210
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
215
211
Dropdown
216
212
</button>
@@ -219,7 +215,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
219
215
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
220
216
</ul>
221
217
</div >
222
- <div class =" btn-group " role =" group " >
218
+ <div class =" btn-group dropend " role =" group " >
223
219
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
224
220
Dropdown
225
221
</button>
@@ -228,7 +224,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
228
224
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
229
225
</ul>
230
226
</div >
231
- <div class =" btn-group " role =" group " >
227
+ <div class =" btn-group dropup " role =" group " >
232
228
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
233
229
Dropdown
234
230
</button>
0 commit comments