Merge pull request #83 from sourcelair/issue/76

Set line height of terminal rows to normal
This commit is contained in:
Paris Kasidiaris
2016-06-07 13:39:47 +03:00
+1 -1
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;
}
/**