Tooltip's max width is not applied #302

Closed
opened 2020-10-02 08:48:04 +02:00 by thien-do · 1 comment
thien-do commented 2020-10-02 08:48:04 +02:00 (Migrated from github.com)

Because min-width always wins over max-width (ref) so the final width will always be "max-content"

Current:
Screenshot from 2020-10-02 13-30-48

Should be:
Screenshot from 2020-10-02 13-31-49

Because min-width always wins over max-width ([ref](https://www.w3.org/TR/CSS21/visudet.html#min-max-widths)) so the final width will always be "max-content" Current: ![Screenshot from 2020-10-02 13-30-48](https://user-images.githubusercontent.com/5953369/94895504-c4116c80-04b5-11eb-9d2d-5728fe55d9cc.png) Should be: ![Screenshot from 2020-10-02 13-31-49](https://user-images.githubusercontent.com/5953369/94895476-b22fc980-04b5-11eb-8e1b-75e3290bdfb6.png)
marijnh commented 2020-10-02 09:24:23 +02:00 (Migrated from github.com)

Huh, I specifically remember making that change while I was working on this yesterday, but it seems to have gotten dropped again. Thanks for noticing!

Huh, I specifically remember making that change while I was working on this yesterday, but it seems to have gotten dropped again. Thanks for noticing!
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/dev#302
No description provided.