From 7cbb77be44854015b943d5a2147fe188bd0132f1 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 19 Mar 2019 22:25:19 -0400 Subject: fixing ui bugs. 1. side bar max height reduced to 500px. 2. fix for words too long --- web/public/stylesheets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css index 74660a8..ece8da4 100644 --- a/web/public/stylesheets/style.css +++ b/web/public/stylesheets/style.css @@ -34,7 +34,7 @@ a { } #report-container { overflow: auto; - max-height: 750px; + max-height: 500px; } #report { background-color: #0CC5EA; @@ -45,7 +45,6 @@ a { padding: 5px; border-radius: 10px; display: flex; - flex-flow: row wrap; justify-content: flex-end; flex-direction: column; } @@ -62,6 +61,8 @@ a { font-weight: lighter; font-size: large; text-align: center; + overflow-wrap: break-word; + word-wrap: break-word; } #close-btn-container { height: 30px; -- cgit v1.2.3