Set line height of terminal rows to normal

Fix #76
This commit is contained in:
Paris 2016-06-07 12:23:28 +03:00
parent 637c2eae43
commit 670b179140

View File

@ -2123,7 +2123,7 @@
* in order to allow child elements to adjust.
*/
.terminal .xterm-rows > div {
line-height: 1.3;
line-height: normal;
}
/**