mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-21 20:09:53 +00:00
vertically align wide chars (fixes #335)
This commit is contained in:
parent
ac8bb2de49
commit
9423ce7c10
@ -22,6 +22,10 @@ x-screen {
|
||||
x-row > span {
|
||||
display: inline-block;
|
||||
height: inherit;
|
||||
|
||||
&.wc-node {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
Loading…
x
Reference in New Issue
Block a user