From b34e74bd1c59ed977f848d58169f8f461e0227fb Mon Sep 17 00:00:00 2001 From: hhuai <8863824@gmail.com> Date: Mon, 18 Aug 2014 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?issue=201012,=20table=E4=B8=ADtd=E6=92=91?= =?UTF-8?q?=E5=9D=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app/views/softapplications/show.html.erb | 2 +- public/stylesheets/nyan.css | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29bd2c4fd..0cd336786 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /Gemfile.lock /lib/plugins/acts_as_versioned/test/debug.log /config/configuration.yml +.rbenv-gemsets diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb index e41ecb842..1410563c3 100644 --- a/app/views/softapplications/show.html.erb +++ b/app/views/softapplications/show.html.erb @@ -2,7 +2,7 @@ -
+
diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index 25dd8a5cf..0b5e32f2f 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -1421,3 +1421,6 @@ ul.contest-notification-list li span{ font-size: 13px; } +.softapplications-div table td{ + word-break: break-all; +}