diff --git a/server/static/dev.html b/server/static/dev.html index 7c1dc25e1..04b8c94dd 100644 --- a/server/static/dev.html +++ b/server/static/dev.html @@ -9,30 +9,20 @@ padding: 0; } + body { + display: flex; + width: 100%; + height: 100%; + } + #root { flex: 1; height: 100%; } - - .container { - display: flex; - flex; - } - - .header { - display: flex; - flex: 1; - height: 42px; - border-bottom: 1px solid #eee; - } -
-