From 00ce480d52f0e73b738e891cbf0a0682edccc1f4 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 27 Oct 2015 17:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E4=B8=8D=E6=8D=A2=E8=A1=8C=20=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E5=85=89=E6=A0=87=E6=B8=B8=E8=B5=B0=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E8=B7=9F=E8=B5=B0=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/common/_file.html.erb | 2 +- public/stylesheets/repository.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/common/_file.html.erb b/app/views/common/_file.html.erb index d4c0875c2..97443beea 100644 --- a/app/views/common/_file.html.erb +++ b/app/views/common/_file.html.erb @@ -8,7 +8,7 @@ <%= line_num %> -
<%= line.html_safe %>
+
<%= line.html_safe %>
<% line_num += 1 %> diff --git a/public/stylesheets/repository.css b/public/stylesheets/repository.css index 3b8027d74..375b188d3 100644 --- a/public/stylesheets/repository.css +++ b/public/stylesheets/repository.css @@ -206,7 +206,7 @@ table.list th, table.list td {border: 1px solid #aaa;} } -.cloneUrl {width:235px; height:21px; border:1px solid #dddddd; outline:none; overflow:hidden; line-height:21px; resize:none;} +.cloneUrl {width:235px; height:21px; border:1px solid #dddddd; outline:none; overflow:hidden; line-height:21px; resize:none;white-space:nowrap;} .clone_btn {width:30px; height:21px; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; outline:none; float:left; background-image:linear-gradient(#FCFCFC, #EEE); text-align:center;} .vl_btn {height:21px; padding:0px 5px; vertical-align:middle; border:1px solid #dddddd; float:left; line-height:21px; background-image:linear-gradient(#FCFCFC, #EEE);} .vl_btn_2 {height:21px; padding:0px 5px; vertical-align:middle; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; float:left; line-height:21px;}