File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -284,20 +284,27 @@ will be scaled by 150%).
284284 Locked <span class =" sr-only" >(Click to unlock)</span >
285285 </b-dropdown-item-button >
286286 <b-dropdown-divider ></b-dropdown-divider >
287- <b-dropdown-group title =" Options" >
287+ <b-dropdown-group header =" Options" >
288288 <b-dropdown-item-button >
289- <b-icon icon =blank " ></b-icon>
289+ <b-icon icon =blank " class= " ml-n3 " ></b-icon>
290290 Option A
291291 </b-dropdown-item-button>
292292 <b-dropdown-item-button>
293- <b-icon icon=" check " ></b-icon>
294- Option B <span class=" sr-only " >(Selected)</span>
293+ <b-icon icon=" check " class= " ml-n3 " ></b-icon>
294+ Option B <span class=" sr-only " >(Selected)</span>
295295 </b-dropdown-item-button>
296- <b-dropdown-item-button>
297- <b-icon icon=blank" ></b-icon >
298- Option C
296+ <b-dropdown-item-button>
297+ <b-icon icon=blank" class = " ml-n3 " ></b-icon >
298+ Option C
299299 </b-dropdown-item-button >
300- </b-dropdown-group >
300+ </b-dropdown-group >
301+ <b-dropdown-divider ></b-dropdown-divider >
302+ <b-dropdown-item-button >
303+ Some action
304+ </b-dropdown-item-button >
305+ <b-dropdown-item-button >
306+ Some other action
307+ </b-dropdown-item-button >
301308 </b-dropdown >
302309 </div >
303310</template >
You can’t perform that action at this time.
0 commit comments