Fix selector that prohibits weird characters from making lines extra-tall

Now that selectors can nest, this needed to be more permissive
This commit is contained in:
Nathan Sobo
2012-09-28 16:43:41 -06:00
parent 5ad6c67e07
commit dc4d981e2a

View File

@@ -73,7 +73,7 @@
width: 100%;
}
.editor .line > span {
.editor .line span {
vertical-align: top;
}