From 014e2e6fcee81f048592fb3b42133940e1d96cb0 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 8 Oct 2014 17:06:11 -0700 Subject: [PATCH] =?UTF-8?q?Make=20atom-workspace=20tag=20have=20=E2=80=98d?= =?UTF-8?q?isplay:=20block=E2=80=99=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/workspace-view.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/workspace-view.less b/static/workspace-view.less index f99d5865e..3c5c11c71 100644 --- a/static/workspace-view.less +++ b/static/workspace-view.less @@ -22,6 +22,7 @@ h6 { } atom-workspace { + display: block; height: 100%; overflow: hidden; position: relative;