national_admin_functions #1

Manually merged
michele.artini merged 75 commits from national_admin_functions into master 2020-10-26 08:32:19 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8f13725240 - Show all commits

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>