Project

General

Profile

Actions

Defect #20882

closed

% done: progress bar blocked at 80 in the issue list

Added by Jérôme BATAILLE over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

It's because of a css right padding in /public/stylesheets/rtl.css :

/***** Tables *****/
table.list td {padding-left:0px; padding-right:10px;}

A fix :

table.list table.progress td {
    padding-right:0px;
}


Files

redmine_issues_done_ok.png (20.7 KB) redmine_issues_done_ok.png Jérôme BATAILLE, 2016-03-19 01:42
redmine_issues_done_stuck_80.png (20.7 KB) redmine_issues_done_stuck_80.png Jérôme BATAILLE, 2016-03-19 01:42
i-got-it.png (23.1 KB) i-got-it.png Toshi MARUYAMA, 2016-03-26 06:38
Actions

Also available in: Atom PDF