Describe the bug
The standard gray cell separator does not appear full width when using a group styled UITableView.
To Reproduce
Add a TDBadgedCell to a group style UITableView. Add a badge string.
Expected behavior
The cell separator should appear with the standard width, connecting to the right side of the screen.
Screenshots

The first cell is a TDBadgedCell. The other cells are vanilla UITableViewCell instances.
Additional context