-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
Severity 3 - Minor
-
Issue Summary
When accessing the Commit list view (from the left side menu), if the commits in the page have no build associated with them, the table will not occupy the full available space on the page - more specifically, the commit message will be trimmed even though there's blank space not used in the page.
Steps to Reproduce
- Open the Commit list view in a repository where the commits have no build status
- The table will not occupy the full space available on the page, leaving a blank space on the right side of the page, causing the commit message to be trimmed more than the required:
- Now run a pipeline against an existing/new commit and open the Commit list again
- A new column named Builds will show up, making the table now occupy the full space available and thus showing a larger portion of the commit message :
Expected Results
The commit table should resize based on the size of the commit message and occupy the full space available, regardless if the commits have build statuses or not
Actual Results
The commit table only occupies the full space available when there's a build status associated with the commit
Workaround
- Collapsing the left navigation bar will give some extra space for the commit message