Skip to content

Commit 20cffd7

Browse files
authored
Fix line-height on tabs (php-debugbar#649)
1 parent 7715ec5 commit 20cffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/Resources/debugbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ div.phpdebugbar ol, div.phpdebugbar ul {
6060
}
6161

6262
div.phpdebugbar ul li, div.phpdebugbar ol li, div.phpdebugbar dl li {
63-
line-height: 1;
63+
line-height: normal;
6464
}
6565

6666
div.phpdebugbar table, .phpdebugbar-openhandler table {

0 commit comments

Comments
 (0)