Patch #22336
Revision Table does not scroll horizontally on small screens
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI - Responsive | |||
Target version: | 3.2.2 |
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.
Related issues
Associated revisions
Make full revision table available on mobile devices (#22336).
Patch by Gregor Schmidt.
History
#1
Updated by Go MAEDA about 5 years ago
- Target version set to 3.2.2
Works fine, thanks.
Setting target version to 3.2.2.
#2
Updated by Jean-Philippe Lang about 5 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
#3
Updated by Go MAEDA almost 3 years ago
- Related to Defect #24309: Setting page for repository does not scroll horizontally on small screens added