To align number in Laravel Nova, there is a two step process:
- On your resource add this:
->withMeta([‘textAlign’ => ‘right’]),
2.
cp nova/resources/views/layout.blade.php resources/views/vendor/nova/layout.blade.php
Add this to the layout file:
.table td span.whitespace-no-wrap { display: block; }