Re: [csswg-drafts] [css-display] Display values for <br> and <wbr>

Here.
```
br, wbr { all: unset !important; display: contents !important; 
white-space: pre !important; }
br::before { content: "\a" !important; }
wbr::before { content: "\200B"; }
```

Any further problems?

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/610#issuecomment-279873814 
using your GitHub account

Received on Tuesday, 14 February 2017 23:48:20 UTC