Skip to content

Commit

Permalink
Revert "term: specify line-height in px"
Browse files Browse the repository at this point in the history
This reverts commit b7362d1.

Reasoning: #1630
  • Loading branch information
matheuss committed Mar 10, 2017
1 parent a4618a5 commit 237595c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/components/term.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,7 @@ export default class Term extends Component {
border-width: 1px !important;
}
x-row {
/* for now, we match the line-height with the fixed height
* of 14px that hterm sets */
line-height: 14px;
line-height: 1.2em;
}
${hyperCaret}
${scrollBarCss}
Expand Down

0 comments on commit 237595c

Please sign in to comment.