mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
class clearfix is the medicine against collapsing divs, see bug 5119
This commit is contained in:
parent
09bf9535de
commit
03c541cb9a
@ -1,4 +1,4 @@
|
||||
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>">
|
||||
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
|
||||
<div class="info">
|
||||
<span class="edit"><?php echo $editlink; ?></span>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
* print_question() method.
|
||||
*/
|
||||
?>
|
||||
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?>">
|
||||
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
|
||||
<div class="info">
|
||||
<span class="no"><?php echo $number; ?></span>
|
||||
<?php if ($editlink) { ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user