Open rickgoemans opened 3 years ago
Is it possible that you add support for text alignment?
Right now this is fully ignored.
https://nova.laravel.com/docs/3.0/resources/fields.html#field-text-alignment
Expected behaviour: Adding ->textAlignment('...') aligns the text to the given parameter.
->textAlignment('...')
Actual behaviour: The text always is aligned to the left
Is it possible that you add support for text alignment?
Right now this is fully ignored.
https://nova.laravel.com/docs/3.0/resources/fields.html#field-text-alignment
Expected behaviour: Adding
->textAlignment('...')
aligns the text to the given parameter.Actual behaviour: The text always is aligned to the left