From 6838fecda876213834b755d972f5cdb6dbac496a Mon Sep 17 00:00:00 2001 From: Roboneet Date: Mon, 5 Jun 2017 01:52:13 +0530 Subject: [PATCH] fixed issue 177,limited image width and text size --- website/static/css/style.css | 9 +++++++++ website/templates/issue.html | 10 +++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/website/static/css/style.css b/website/static/css/style.css index c1ad246623..168d16963d 100644 --- a/website/static/css/style.css +++ b/website/static/css/style.css @@ -214,4 +214,13 @@ a:hover{ color: #dd4252; } +._overflow_text{ + font-size: 20px; +} + +._overflow_img{ + max-width: 200px; + height: auto; +} + diff --git a/website/templates/issue.html b/website/templates/issue.html index 379cdaa412..4097556631 100644 --- a/website/templates/issue.html +++ b/website/templates/issue.html @@ -64,11 +64,11 @@