blob: d3aa67bf92709778e9badd8a1d2579c1c4551116 [file] [edit]
<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>