-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
The problem: CSS property line-height works for console message wrapper, not for the message.
Checked in live-demo in comparison with Chrome console
Code:
console.log(
`Console %cformatting https://example.com/linkified`,
'color: red; background: #aaaa00; line-height: 300%'
)Metadata
Metadata
Assignees
Labels
No labels

