Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Spacing Test</title>
</head>
<body>
  <table>
      <tr>
         <td style="min-height:45px;vertical-align:top;">
        <span id="lblDiscount" class="labelForTextbox">Discount</span>
         <br />
        <span id="lblValue" class="labelReadOnlyTB">$500</span>
        </td>
      </tr>
  </table>
  
</body>
</html>
 
td {
  /* line-height: 1.5; */
}
span {
  display: inline-block;
  margin: 10px 0;
}
.labelReadOnlyTB {
  font-size: 16px;
  font-family: Arial;
}
.labelForTextbox {
  
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  font-family: Arial;
}
Output

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

Dismiss x
public
Bin info
qolamipro
0viewers