Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show dataset tab #1581

Merged
merged 4 commits into from
Apr 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix padding
  • Loading branch information
barryvdh committed Apr 1, 2024
commit 22a395eb51e884546e44cef4d135c8eed0995fdd
4 changes: 4 additions & 0 deletions src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,10 @@ div.phpdebugbar-panel {
padding: 10px;
}

div.phpdebugbar-panel[data-collector="__datasets"] {
padding: 0 10px;
}

div.phpdebugbar-panel table {
margin: 10px 0px!important;
width: 100%!important;
Expand Down
Loading