Skip to content
Snippets Groups Projects

add "effect based" word breaking css class

Merged Xayo requested to merge xayomer/akplanning-fork:102-ak-overflow-variant1 into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,9 +4,9 @@
<table class="table table-striped">
{% for akslot in slots %}
<tr>
<td><b><a href="{% url 'submit:ak_detail' event_slug=event.slug pk=akslot.ak.pk %}">{{ akslot.ak.name }}</a></b></td>
<td class="breakWord"><b><a href="{% url 'submit:ak_detail' event_slug=event.slug pk=akslot.ak.pk %}">{{ akslot.ak.name }}</a></b></td>
<td>{{ akslot.start | time:"H:i" }} - {{ akslot.end | time:"H:i" }}</td>
<td>{% if akslot.room and akslot.room.pk != '' %}
<td class="breakWord">{% if akslot.room and akslot.room.pk != '' %}
<a href="{% url 'plan:plan_room' event_slug=event.slug pk=akslot.room.pk %}">{{ akslot.room }}</a>
{% endif %}</td>
</tr>
Loading