You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/01/31 12:16:58 UTC

[isis] 02/03: ISIS-1857: adds div class=clearfix to force the help block

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch maint-1.16.1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 658839520ebf8836b04fabf8b54a76467fd106ea
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 31 12:15:41 2018 +0000

    ISIS-1857: adds div class=clearfix to force the help block
    
    to render below the field when there's a dropdown to the right
---
 .../actionmenu/entityactions/AdditionalLinksAsDropDownPanel.html         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/entityactions/AdditionalLinksAsDropDownPanel.html b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/entityactions/AdditionalLinksAsDropDownPanel.html
index 63ba317..692d158 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/entityactions/AdditionalLinksAsDropDownPanel.html
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/entityactions/AdditionalLinksAsDropDownPanel.html
@@ -38,6 +38,7 @@
                     </ul>
                 </div>
             </div>
+            <div class="clearfix"/>
         </wicket:panel>
     </body>
 </html>

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.