fix a jpa exception

This commit is contained in:
Michele Artini 2020-10-22 11:19:21 +02:00
parent d662e4c576
commit 49702f19ed
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
'text-white bg-info' : show == 'info',
'bg-secondary' : show == 'secondary',
}">{{orgTitle}}</div>
<table class="table table-sm table-condensed">
<table class="table table-sm table-condensed" style="table-layout: fixed">
<tr class="d-flex">
<th class="col-4 pl-3">Name</th>
<td class="col-8">{{org.name}}</td>