Skip to content

Commit

Permalink
Remove whitespace-nowrap (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganti committed Dec 23, 2023
1 parent a7b821b commit cc8552e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/Audit/entry.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<td class="px-3 py-1 whitespace-nowrap text-sm font-medium text-gray-900">
<code class="text-gray-700">{{ key }}</code>
</td>
<td class="px-3 py-1 whitespace-nowrap text-sm text-gray-500">
<td class="px-3 py-1 text-sm text-gray-500">
{% if values.old is defined %}
{% if values.old is null %}
<span class="bg-gray-500 px-2 py-0.5 rounded text-white">null</span>
Expand All @@ -60,7 +60,7 @@
{% endif %}
{% endif %}
</td>
<td class="px-3 py-1 whitespace-nowrap text-sm text-gray-500">
<td class="px-3 py-1 text-sm text-gray-500">
{% if values.new is defined %}
{% if values.new is null %}
<span class="bg-gray-500 px-2 py-0.5 rounded text-white">null</span>
Expand Down

0 comments on commit cc8552e

Please # to comment.