| <style> | |
| .container { | |
| border: 1px solid green; | |
| width: max-content; | |
| font-family: Monospace; | |
| } | |
| </style> | |
| <pre>green border should hug the content.</pre> | |
| <div class=container>b<br>r<br>e<br>a<br>k<br>a<br>l<br>l</div> | |
| <div class=container>preserve</div> | |
| <div class=container>b<br>r<br>e<br>a<br>k<br>a<br>l<br>l</div> | |
| <div class=container>preserve</div> |