You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran php artisan scribe:generate and the output documentation using the default theme presents an issue with the response fields, the text of the descriptions overflows to the dark-box zone. Check next image:
Using the inspector tool of the browser, I can see that other fields, like the body parameters are wrapped inside a div holding the next style:
margin-right:50%
While the div that wraps those response fields are missing that extra style.
Scribe version
4.37.1
PHP version
8.3.9
Framework
Laravel
Framework version
10.48.16
Scribe config
What happened?
I ran
php artisan scribe:generate
and the output documentation using the default theme presents an issue with the response fields, the text of the descriptions overflows to thedark-box
zone. Check next image:Using the inspector tool of the browser, I can see that other fields, like the body parameters are wrapped inside a
div
holding the next style:While the
div
that wraps those response fields are missing that extra style.Docs
The text was updated successfully, but these errors were encountered: