Skip to content
Snippets Groups Projects
Commit 130449ff authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

fix layout regression, fixes #260

parent 62816e38
No related branches found
No related tags found
No related merge requests found
......@@ -434,6 +434,10 @@ button.vips_file_upload:hover {
padding: 2px;
}
.mc_flex > .formatted-content {
flex-grow: 1;
}
.correct_item {
background: #f0fff0;
border: 1px solid #b0ffb0;
......
<table class="description inline-content">
<? foreach ($exercise->task['answers'] as $key => $entry): ?>
<tr>
<tr class="mc_row">
<td class="mc_item">
<?= formatReady($entry['text']) ?>
</td>
......
<table class="description inline-content">
<? foreach ($exercise->task['answers'] as $key => $entry): ?>
<tr>
<tr class="mc_row">
<td class="mc_item">
<?= formatReady($entry['text']) ?>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment