Actions
Defect #42126
openThe member table layout breaks due to .icon class on td elements
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Similar to #41873, the member table layout breaks due to the .icon class on td elements.
Alternate Theme (before applying the patch):
The attached patch resolves this issue by wrapping the content with a span element and applying the .icon class to the span element, as done in #41873. Additionally, the .icon-user (group, groupnonmember, groupanonymous) classes, which are no longer needed, are removed.
Alternate theme (after applying the patch):
Default theme (after applying the patch):
Files
Updated by Katsuya HIDAKA 3 days ago
- File 0002-Remove-unused-CSS-definition-for-tr.member-.icon-user.patch 0002-Remove-unused-CSS-definition-for-tr.member-.icon-user.patch added
I have attached an additional patch to remove the unnecessary CSS definition for tr.member .icon-user.
Actions