Skip to content

Commit

Permalink
Inherit table (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 3, 2024
1 parent 424be4f commit 7aa9a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DebugBar/Resources/debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ div.phpdebugbar ul li, div.phpdebugbar ol li, div.phpdebugbar dl li {
line-height: 1;
}

div.phpdebugbar table {
div.phpdebugbar table, .phpdebugbar-openhandler table {
border-collapse: collapse;
border-spacing: 0;
color: inherit;
}

div.phpdebugbar input[type='text'], div.phpdebugbar input[type='password'] {
Expand Down

0 comments on commit 7aa9a27

Please sign in to comment.