Open Bug 2015736 Opened 3 months ago Updated 3 months ago

Add a max width to the Session History entry popover

Categories

(DevTools :: Application Panel, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached image wide popover

Because of the max-content column in https://searchfox.org/firefox-main/rev/a4d90d145864bee938bb23cb2684d64bff032431/devtools/client/application/src/components/session-history/SessionHistory.css#56,67,69

td div[popover] {
...
  dl {
...
    grid-template-columns: max-content 1fr;

the popover width might be very wide if we get a long URL (or a long title)
we should have a max width on the popover and make the dl items to wrap

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: