css-line-height-zero.html 138 B

12345
  1. <!DOCTYPE html><html><head><style>
  2. input {
  3. line-height: 0;
  4. }
  5. </style></head><body><input type="text" value="Hello World">