mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
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:
@@ -73,7 +73,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.editor .line > span {
|
||||
.editor .line span {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user