User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Remove incorrect margin bottom
Add this markup into an article - taken directly from bootstrap docs
<div class="btn-group" role="group" aria-label="Button group with nested dropdown">
<button type="button" class="btn btn-primary">1</button>
<button type="button" class="btn btn-primary">2</button>
<div class="btn-group" role="group">
<button id="btnGroupDrop1" type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</button>
<ul class="dropdown-menu" aria-labelledby="btnGroupDrop1">
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
</ul>
</div>
</div>
none
dont worry that the dropdown doesnt work. its unrelated and because the relevant js is not loaded in an article
Status | New | ⇒ | Pending |
Category | ⇒ | Repository NPM Change |
no. that explains why the margin was present but in the wrong place. Updating ...
Labels |
Added:
NPM Resource Changed
?
|
@richard67 took a different approach should be correct in both places now
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Thanks!
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-18 13:23:15 |
Closed_By | ⇒ | laoneo |
thanks
@brianteeman As far as I've seen, the code which is removed by your PR has been added with this PR in the Cassiopeia repo due to this issue in the same repo. So I have checked if your PR reverts that fix, and it seems it does.
Without this PR here:

With your PR:

Is this intended?