diff --git a/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css b/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css index cf39d221aa..f323b1a390 100644 --- a/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css +++ b/gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/gerrit.css @@ -37,7 +37,8 @@ * error. For these we want the whitespace error to take precedence * so we have to override the contained style. */ -.wse .vt { +.wse .vt, +.wdd .vt { border-left: 2px dotted black; } .wse .wdd {