Actions
Bug #683
closedFix column width of user page
Start date:
Due date:
% Done:
100%
Estimated time:
Pull Request Link:
Requires Documentation?:
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 over 3 years ago
The error can be fixed as follows:
.controller-users .splitcontent {
grid-template-columns: 50% 50%;
}
Updated by liaham over 3 years ago
- Status changed from New to Closed
- Assignee set to liaham
- % Done changed from 0 to 100
Actions