diff --git a/stylesheets/panes.less b/stylesheets/panes.less index f3e502c..32706c9 100644 --- a/stylesheets/panes.less +++ b/stylesheets/panes.less @@ -17,8 +17,13 @@ } } - .pane-row .pane { + .pane-row > * { border-right: 1px solid @pane-item-border-color; &:last-child { border-right: none; } } + + .pane-column > * { + border-bottom: 1px solid @pane-item-border-color; + &:last-child { border-bottom: none; } + } }