Home
Phabricator
Search
Configure Global Search
Log In
Transactions
T6440
Change Details
Change Details
Old
New
Diff
The green background around the spaces is taller than around the text: {F228119, size=full} It's caused by this css: ```lang=css .remarkup-code td > span { padding: 1px 0 3px; } ``` removing the `padding` rule in the web inspector fixes the issue.
The green background around the spaces is taller than around the text: {F228119, size=full} It's caused by this css: ```lang=css .remarkup-code td > span { padding: 1px 0 3px; } ``` removing the `padding` rule in the web inspector fixes the issue.
Continue