From dc3ebf0c27babd6a8c0dc59ce809541cd5b86904 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 4 Sep 2017 12:26:00 -0700 Subject: [PATCH] Quick fixes from last PR --- frontend/components/Layout/components/HeaderBlock.js | 2 +- frontend/styles/base.scss | 1 + server/static/dev.html | 4 ++-- server/static/index.html | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/components/Layout/components/HeaderBlock.js b/frontend/components/Layout/components/HeaderBlock.js index 8bf4fd57..1038738e 100644 --- a/frontend/components/Layout/components/HeaderBlock.js +++ b/frontend/components/Layout/components/HeaderBlock.js @@ -14,7 +14,7 @@ type Props = { function HeaderBlock({ user, team, children }: Props) { return (
- + {team.name} {user.name} diff --git a/frontend/styles/base.scss b/frontend/styles/base.scss index cd822c1d..1e745df7 100644 --- a/frontend/styles/base.scss +++ b/frontend/styles/base.scss @@ -16,6 +16,7 @@ html, body, .viewport { width: 100%; + min-height: 100vh; margin: 0; } diff --git a/server/static/dev.html b/server/static/dev.html index 1933c80b..8eea6eee 100644 --- a/server/static/dev.html +++ b/server/static/dev.html @@ -20,7 +20,7 @@ #root { flex: 1; - height: 100%; + min-height: 100vh; } @@ -30,4 +30,4 @@ - \ No newline at end of file + diff --git a/server/static/index.html b/server/static/index.html index 90df71b6..e79463d5 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -18,7 +18,7 @@ #root { flex: 1; - height: 100%; + min-height: 100vh; } @@ -28,4 +28,4 @@ - \ No newline at end of file +