mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #83 from sourcelair/issue/76
Set line height of terminal rows to normal
This commit is contained in:
+1
-1
@@ -2123,7 +2123,7 @@
|
||||
* in order to allow child elements to adjust.
|
||||
*/
|
||||
.terminal .xterm-rows > div {
|
||||
line-height: 1.3;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user