This will take care of the padding results in the Backlinks tab:
.mod-right-split .search-result-file-match {
padding: 1px 1px 1px 1px;
}
…and for the rendered Backlinks in document:
.embedded-backlinks .search-result-file-matches {
padding: 1px 1px 1px 1px;
}
If you haven’t yet, have a look at FireIsGood’s CSS guide: Obsidian CSS Quick Guide. A lot of these selectors can be found with a bit of poking around with the inspector.