Page MenuHomePhabricator

Green background on syntax highlighted code for char-level changes has weird padding
Closed, ResolvedPublic

Description

The green background around the spaces is taller than around the text:

⚙_D829_Support_tube_holder.png (62×442 px, 6 KB)

It's caused by this css:

.remarkup-code td > span {
  padding: 1px 0 3px;
}

removing the padding rule in the web inspector fixes the issue.