Closed
Bug 1500223
Opened 7 years ago
Closed 7 years ago
Long commit messages are cut off
Categories
(Conduit :: Lando, defect, P1)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ato, Assigned: nikkis, Mentored)
References
Details
(Keywords: conduit-triaged)
Attachments
(2 files)
Long commit messages are cut off after eight lines as shown by the
attached screenshot. It would be great if commit messages were
shown in full.
Comment 1•7 years ago
|
||
.StackPage-landingPreview-commitMessage uses "overflow-y: hidden" - is there any reason why it couldn't use "overflow-y: scroll" at least?
Comment 2•7 years ago
|
||
Definitely just an oversight with the new UI, we should fix this ASAP. (sorry for the delay in triage, was on PTO).
Keywords: conduit-triaged
Priority: -- → P1
Updated•7 years ago
|
Assignee: nobody → smacleod
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•7 years ago
|
||
Previously, long commit messages were cut off and the overflow was
hidden. This fix removes the max-height limitation to display the
commit message in full. The overflow property was removed as well,
as it is not necessary with this fix.
Updated•7 years ago
|
Assignee: smacleod → nikkisharpley
Mentor: smacleod
Comment 4•7 years ago
|
||
Thanks for the contribution Nikki :D
https://github.com/mozilla-conduit/lando-ui/commit/33207a28db5d471ffdf10cd086f20a721e44413b
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 5•7 years ago
|
||
Yes, thanks very much!
You need to log in
before you can comment on or make changes to this bug.
Description
•