Patch #13222
closed
Just a simple fix. Replace this in application.css:
table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; }
with:
table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 0%; }
or better:
table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat; }
- Status changed from New to Closed
Fixed in r13417 (Redmine 2.6.0).
Also available in: Atom
PDF