Added a small right border to separate button columns in all tables better

This commit is contained in:
Bernd Bestel
2019-03-09 10:49:26 +01:00
parent 2d0c0bf34f
commit a3d4fd834f
19 changed files with 41 additions and 41 deletions

View File

@@ -34,7 +34,7 @@
<thead>
<tr>
<th>{{ $L('Name') }}</th>
<th class="fit-content text-right">{{ $L('Servings') }}</th>
<th>{{ $L('Servings') }}</th>
<th>{{ $L('Requirements fulfilled') }}</th>
<th class="d-none">Hidden status for sorting of "Requirements fulfilled" column</th>
</tr>
@@ -45,7 +45,7 @@
<td>
{{ $recipe->name }}
</td>
<td class="fit-content text-right">
<td>
{{ $recipe->desired_servings }}
</td>
<td>