mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 09:40:16 -04:00
fix: wrap biography text
This commit is contained in:
parent
337d3e2f35
commit
c58b7fce38
|
@ -49,7 +49,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ senior.biography|linebreaks }}</td>
|
<td class="text-wrap text-break" style="max-width: 400px;">{{ senior.biography|linebreaks }}</td>
|
||||||
<td>
|
<td>
|
||||||
{# Decisions #}
|
{# Decisions #}
|
||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user