From 7c18b532d2c15ca1e7b9fa49358b862f66ffb79c Mon Sep 17 00:00:00 2001
From: zsloan
Date: Mon, 6 May 2019 17:29:58 -0500
Subject: Removed horizontal scroll from twitter field on index page

---
 wqflask/wqflask/templates/index_page_orig.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'wqflask')

diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html
index bfba684a..4b95e7f9 100755
--- a/wqflask/wqflask/templates/index_page_orig.html
+++ b/wqflask/wqflask/templates/index_page_orig.html
@@ -189,7 +189,7 @@
                 <section id="news-section">
                     <div class="page-header">
                         <h1>News</h1>
-                        <div id="tweets" style="height: 300px; overflow: scroll;"></div>
+                        <div id="tweets" style="height: 300px; overflow: scroll; overflow-x: hidden;"></div>
                         <div align="right">
                           <a href="https://twitter.com/GeneNetwork2">more news items...</a>
                         </div>
-- 
cgit v1.2.3