Commit c50f6d56 by Xavier Antoviaque

html-css-review: Do not use direct descendant / HTML entity selectors

parent b1e29a11
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
width: 20%; width: 20%;
} }
.mentoring-table td:first-of-type > div { .mentoring-table .mentoring-column {
min-height: 500px; min-height: 500px;
} }
......
<td> <td>
<div class="mentoring-column">
{% for name, c in named_children %} {% for name, c in named_children %}
{{c.body_html|safe}} {{c.body_html|safe}}
{% endfor %} {% endfor %}
</div>
</td> </td>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment