Allow text wrapping in service names, closes #7
This commit is contained in:
parent
c13e2e510a
commit
9937cc8884
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<div class="block grid">
|
||||
{% for service in services %}
|
||||
<a class="cell button is-large is-responsive butter-service" href={{ service.url }}>
|
||||
<div class="butter-service__content"> {{ service.name }} <br>
|
||||
<div class="butter-service__content"> <p style="text-wrap: wrap;">{{ service.name }}</p>
|
||||
<img class="image is-64x64 butter-service__image" src={{ service.image }}>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue