Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
  <div class="test">
    <span><i class="fa fa-flag"></i> Abcdef</span> ghijklmnopqrstuvwxyz
</div>
</body>
</html>
 
.test {
    width: 100px; /*20px is too small the icon is 20px (approx) you need more space */
}
.test span {white-space:nowrap}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
carasmopro
0viewers