diff options
Diffstat (limited to 'web/public')
| -rw-r--r-- | web/public/stylesheets/style.css | 5 |
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; |
