OctoGerrit
OctoGerrit copied to clipboard
Text can't show in diff.
When I commit, and view in gerrit diff, it can't show the diff text.
Origin screenshot1 Origin screenshot2 Octo screenshot1 Octo screenshot2
I no longer use Gerrit, but would be happy to accept a PR to fix this
I did following change in GerritSite.css, then it's OK!
div.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-difftable .CodeMirror pre span { /*display: inline-block;*/ padding: 0 !important; }