Vinicius de Santana

Results 4 comments of Vinicius de Santana

This broke for me too, I was using multiple config files: ![Image](https://github.com/user-attachments/assets/bf61d335-d61f-47fa-a328-72b44d96fdf1) My config: ```javascript const ui = SwaggerUIBundle({ dom_id: '#swagger-ui', urls:[ { url: "/docs/api-docs.json", name: "API" }, { url:...

Can i update the maxSize limit? ![image](https://github.com/user-attachments/assets/32fabd27-33d4-4065-9714-8101af62cdea)

> I think the class name should be `text-balance` rather than `text-balanced` > > FWIW; Tailwind use `text-balance` too: https://tailwindcss.com/docs/text-wrap#quick-reference _Originally posted by @coliff in [#41389](https://github.com/twbs/bootstrap/issues/41389#issuecomment-2858553557)_

I carry it inside the blade in header of blade: ```php @use('Illuminate\Support\Facades\Vite') {!! Vite::content('resources/sass/pdf.scss') !!} ```