blob: 84d7421b765f99e806a2fb609bf6e3d293988815 [file] [log] [blame]
<html>
<head>
<style>
ul {
list-style-type: none;
}
li {
display: inline-block;
}
li:after {
margin: 0 0 0 1px;
}
</style>
</head>
<body>
<ul>
<li>Should not wrap</li>
</ul>
</body>
</html>