From 8beed10aca9eb49574e16fd1fc27ae755ccad9f9 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Wed, 11 Jan 2017 20:14:18 +0100 Subject: [PATCH] chore: avoid horizontal overflow in testing app Removes some horizontal scrolling in the local development app. --- src/demo-app/demo-app/demo-app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/demo-app/demo-app/demo-app.scss b/src/demo-app/demo-app/demo-app.scss index 62d5833daecc..b162756555bd 100644 --- a/src/demo-app/demo-app/demo-app.scss +++ b/src/demo-app/demo-app/demo-app.scss @@ -44,4 +44,5 @@ body { .demo-content { width: 100%; height: 100%; + box-sizing: border-box; }