From 7813872c85c23bf8f15b4a34a52e2fcc1372413f Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Sat, 1 Dec 2018 21:43:53 -0500 Subject: [PATCH] fixed CSS so it grow when showing details. --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 212ed48..849b9d2 100644 --- a/style.css +++ b/style.css @@ -12,7 +12,6 @@ body{ .info { float: left; width: auto; - height: 90px; padding-top: 10px; } @@ -29,6 +28,9 @@ body{ border: 1px solid #027c84; border-radius: 2px; margin-bottom: 10px; + display: block; + overflow: auto; + } #message {