TheDragonCode / pretty-routes

Pretty routes for Laravel Framework
MIT License
96 stars 7 forks source link

Is it possible to customize UI? #75

Open uwla opened 4 days ago

uwla commented 4 days ago

Is it possible to customize the UI with CSS?

I'd like to make a very simple customization, which is to set whitespace: nowrap for td.

andrey-helldar commented 4 days ago

The current version of the package does not allow for customization of styles. Vuetify 2 styles are used for rendering.

https://github.com/TheDragonCode/pretty-routes/blob/main/resources/views/styles.blade.php

BUT you can propose a PR with modifications.