@@ -190,8 +190,6 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
190190 <button type =" button " class =" btn btn-primary " >Button</button >
191191 <button type =" button " class =" btn btn-primary " >Button</button >
192192 <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 >
195193</div >
196194{{< /example >}}
197195
@@ -208,9 +206,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
208206 <li><a class="dropdown-item" href="#">Dropdown link</a></li>
209207 </ul>
210208 </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 " >
214210 <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
215211 Dropdown
216212 </button>
@@ -219,7 +215,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
219215 <li><a class="dropdown-item" href="#">Dropdown link</a></li>
220216 </ul>
221217 </div >
222- <div class =" btn-group " role =" group " >
218+ <div class =" btn-group dropend " role =" group " >
223219 <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
224220 Dropdown
225221 </button>
@@ -228,7 +224,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
228224 <li><a class="dropdown-item" href="#">Dropdown link</a></li>
229225 </ul>
230226 </div >
231- <div class =" btn-group " role =" group " >
227+ <div class =" btn-group dropup " role =" group " >
232228 <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
233229 Dropdown
234230 </button>
0 commit comments