Actions
Patch #22336
closedRevision Table does not scroll horizontally on small screens
Start date:
Due date:
% Done:
0%
Estimated time:
Description
On small screens: While the directory listing table may be scrolled horizontally, the revision table may not. Therefore the commit message and author is not available on mobile devices.
The attached patch adds an .autoscroll
container around the revision graph and table. Additionally it adds position: relative
to the .autoscroll
CSS ruleset to ensure, that the revision graph scrolls with the table content.
The patch was created based on the current trunk r15287.
Files
Related issues
Updated by Go MAEDA over 8 years ago
- Target version set to 3.2.2
Works fine, thanks.
Setting target version to 3.2.2.
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Updated by Go MAEDA over 6 years ago
- Related to Defect #24309: Setting page for repository does not scroll horizontally on small screens added
Actions