From 1bd94c670fef30d80ad6076d37f354fd053049c4 Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Tue, 16 Jun 2015 20:23:41 -0400 Subject: [PATCH] Fix copypasta selector --- static/panes.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/panes.less b/static/panes.less index e7ca02880..a1a649e54 100644 --- a/static/panes.less +++ b/static/panes.less @@ -81,7 +81,7 @@ atom-pane-container { } } - atom-pane-axis.vertical { + atom-pane-axis.horizontal { & > atom-pane-resize-handle { cursor: ew-resize; }