Skip to content

Commit c8bef16

Browse files
Copilotbarryvdh
andauthored
Fix CSS typo: border-bottonborder-bottom (#1975)
* Initial plan * Fix CSS typo: border-botton -> border-bottom Co-authored-by: barryvdh <973269+barryvdh@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: barryvdh <973269+barryvdh@users.noreply.github.com>
1 parent e88fd8c commit c8bef16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/laravel-debugbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-explain {
296296
}
297297

298298
div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-explain th {
299-
border-botton: 1px solid var(--debugbar-border);
299+
border-bottom: 1px solid var(--debugbar-border);
300300
padding: 0 5px
301301
}
302302

0 commit comments

Comments
 (0)