Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div class="a">
  <div class="b">
    <div class="c">长文本长文本长文本长文本长文本长文本长文本长文本长文本</div>
    <div class="c">长文本长文本长文本长文本长文本长文本长文本长文本长文本</div>
    <div class="c">长文本长文本长文本长文本长文本长文本长文本长文本长文本</div>
    <div class="c">长文本长文本长文本长文本长文本长文本长文本长文本长文本</div>
    <div class="c">长文本长文本长文本长文本长文本长文本长文本长文本长文本</div>
  </div>
</div>
</body>
</html>
 
.a{
  width: 300px;
  height: 200px;
  padding: 10px;
  overflow: scroll;
  background: #ddd
}
.b{
  float: left;
  min-width: 100%;
  padding: 5px;
}
.c{
  background: red;
  margin:5px 0;
  padding:5px;
  white-space: nowrap;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers