Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<meta name="description" content="break-all/anywhere">
<style>
div {
  font-family: Ahem;
  font-size: 10px;
  line-height: 1;
  border: 2px solid blue;
  width: 5ch;
}
.break-all {
  word-break: break-all;
}
.pre-wrap {
  white-space: pre-wrap;
}
</style>
<body>
  <div class="break-all">12345.678</div>
  <div class="break-all">12345 678</div>
</body>
Output

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

Dismiss x
public
Bin info
kojiishipro
0viewers