User tests: Successful: Unsuccessful:
Fixes #29311.
Removes margin between Bootstrap accordion slides.
Edit a module in frontend.
Looks OK.
Gap between slides and first slide is missing the bottom border:
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Category | Libraries | ⇒ | Front End com_config Libraries |
I can evidently solve it by adding the mb-2 class to the div enclosing this template but I wonder if this PR is the correct solution.
<div class="col-md-12 mb-2">
<?php echo $this->loadTemplate('legend'); ?>
</div>
I have tested this item
First bottom margin present - but no gaps between unopened tabs, is that intended.
I have tested this item
I guess will just have to modify my component.
Status | Pending | ⇒ | Ready to Commit |
rtc
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-06-12 11:00:55 |
Closed_By | ⇒ | richard67 | |
Labels |
Added:
?
|
Thanks all!
@ceford Yes, that's expected.
@infograf768 you can also pass mb-2
class to HTMLHelper::_('bootstrap.addSlide')
.
This PR is fine in that it fixes the default styling. Before patch, this looked fine in Atum because it has custom CSS but not in Cassiopeia or in any stock Bootstrap template.
I have a B/C problem here with com_localise after this patch.
I do use the below code and display a table in the slide
Then I have another accordeon + slide.
I lose the mb-2 margin
Before this PR
After this PR
