Hello,

I have a strange behaviour on accordion.

I have just uploaded files from a local site to a live server.

Somehow an accordion div gets different heights:

On my local site I have this div:
<div id="ui-accordion-1-panel-0" class="row ui-accordion-content 
ui-helper-reset ui-widget-content ui-corner-bottom 
ui-accordion-content-active" style="padding: 0.5em 0px; display: block;*height: 
529.2px;
*" aria-labelledby="ui-accordion-1-header-0" role="tabpanel" 
aria-expanded="true" aria-hidden="false">

On the live site the same div had a different height:
<div id="ui-accordion-1-panel-0" class="row ui-accordion-content 
ui-helper-reset ui-widget-content ui-corner-bottom 
ui-accordion-content-active" style="padding: 0.5em 0px; display: block; 
*height: 
279.2px;*" aria-labelledby="ui-accordion-1-header-0" role="tabpanel" 
aria-expanded="true" aria-hidden="false">

My code:
 <div class="accordion">
        <?php foreach($provinces as $province): ?>
        <h3><?php echo $province->name; ?></h3>
        
        <div class="row" style="padding: .5em 0;">*//This is the div that 
gets the different heights*

How can that happen?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to twitter-bootstrap+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to