Actions
Bug #683
closedFix column width of user page
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
Each user has a dedicated page where she and other users with the respective permission could see the users activity.
The page is separated into two columns which are not properly displayed:
Files
Updated by liaham about 3 years ago
The error can be fixed as follows:
.controller-users .splitcontent {
grid-template-columns: 50% 50%;
}
Updated by liaham about 3 years ago
- Status changed from New to Closed
- Assignee set to liaham
- % Done changed from 0 to 100
Actions