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

fix layout regression, fixes #260

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