User tests: Successful: Unsuccessful:
Pull Request for Issue joomla-extensions/weblinks#223
Just adding a class clearfix
in the container div of the XTD-buttons
Apply patch and then test joomla-extensions/weblinks#223
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
This PR has received new commits.
CC: @yvesh
Category | ⇒ | Plugins |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-29 20:37:29 |
Closed_By | ⇒ | dgt41 |
I have tested this item? unsuccessfully on 74c18ea
Not working for me. The div (editor-xtd-buttons) you added the clearfix has the pull-left. (Wrong level for clearfix)
When you want to fix the issue with clearfix, you have to add it to the parent div before.. (not in that file and from JForm so not really possible)
<div class="controls clearfix">
..
would work.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10970.