forked from mirrors/bookwyrm
Clip column in about page
Text in the superlatives section can cause this column to expand outside the container.
This commit is contained in:
parent
355e7039f0
commit
20f452ebf4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="column">
|
<div class="column is-clipped">
|
||||||
{% block about_content %}{% endblock %}
|
{% block about_content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue