vertically align wide chars (fixes #335)

This commit is contained in:
Eugene Pankov
2018-07-26 22:18:35 +02:00
parent ac8bb2de49
commit 9423ce7c10

View File

@@ -22,6 +22,10 @@ x-screen {
x-row > span { x-row > span {
display: inline-block; display: inline-block;
height: inherit; height: inherit;
&.wc-node {
vertical-align: top;
}
} }
@font-face { @font-face {