aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-20 02:25:19 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-20 02:25:19 +0000
commit7cbb77be44854015b943d5a2147fe188bd0132f1 (patch)
treed174b3c8e5678590bee4e96d71eb1913ebecc916 /web
parent5d7cb45633994c3d51a54e525d7f9eba685b12ed (diff)
fixing ui bugs. 1. side bar max height reduced to 500px. 2. fix for words too longfeat/32
Diffstat (limited to 'web')
-rw-r--r--web/public/stylesheets/style.css5
1 files 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;