@@ -614,8 +614,8 @@ function render(wizard, options, state)
614
614
var wrapperTemplate = "<{0} class=\"{1}\">{2}</{0}>" ,
615
615
orientation = getValidEnumValue ( stepsOrientation , options . stepsOrientation ) ,
616
616
verticalCssClass = ( orientation === stepsOrientation . vertical ) ? " vertical" : "" ,
617
- contentWrapper = $ ( format ( wrapperTemplate , options . contentContainerTag , "content" , wizard . html ( ) ) ) ,
618
- stepsWrapper = $ ( format ( wrapperTemplate , options . stepsContainerTag , "steps" , "<ul role=\"tablist\"></ul>" ) ) ,
617
+ contentWrapper = $ ( format ( wrapperTemplate , options . contentContainerTag , "content clearfix " , wizard . html ( ) ) ) ,
618
+ stepsWrapper = $ ( format ( wrapperTemplate , options . stepsContainerTag , "steps clearfix " , "<ul role=\"tablist\"></ul>" ) ) ,
619
619
stepTitles = contentWrapper . children ( options . headerTag ) ,
620
620
stepContents = contentWrapper . children ( options . bodyTag ) ;
621
621
@@ -655,7 +655,7 @@ function renderPagination(wizard, options, state)
655
655
{
656
656
if ( options . enablePagination )
657
657
{
658
- var pagination = "<{0} class=\"actions\"><ul role=\"menu\" aria-label=\"{1}\">{2}</ul></{0}>" ,
658
+ var pagination = "<{0} class=\"actions clearfix \"><ul role=\"menu\" aria-label=\"{1}\">{2}</ul></{0}>" ,
659
659
buttonTemplate = "<li><a href=\"#{0}\" role=\"menuitem\">{1}</a></li>" ,
660
660
buttons = "" ;
661
661
0 commit comments