mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Set white-space property to nowrap on editor lines
Allows inline-block elements adding to the line to no be wrapped when the window is resized. Closes #211
This commit is contained in:
@@ -104,3 +104,7 @@
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.editor .line {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user