Commit 3e95a6d7 authored by Nihad Abbasov's avatar Nihad Abbasov

make commit messages multiline

parent ded7d08d
...@@ -411,7 +411,7 @@ tbody tr:nth-child(2n) td, tbody tr.even td { ...@@ -411,7 +411,7 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
text-shadow: #555 1px 1px; text-shadow: #555 1px 1px;
} }
/** FALSH **/ /** FLASH **/
#flash_container { #flash_container {
height:40px; height:40px;
...@@ -682,9 +682,9 @@ tbody tr:nth-child(2n) td, tbody tr.even td { ...@@ -682,9 +682,9 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
} }
.top_panel_issues{ .top_panel_issues{
#issue_search_form { #issue_search_form {
margin:5px 0; margin:5px 0;
input { input {
border:1px solid #D3D3D3; border:1px solid #D3D3D3;
padding: 3px; padding: 3px;
height: 28px; height: 28px;
...@@ -693,10 +693,13 @@ tbody tr:nth-child(2n) td, tbody tr.even td { ...@@ -693,10 +693,13 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
box-sizing: border-box; box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
&:focus { &:focus {
border-color:#c2e1ef; border-color:#c2e1ef;
} }
} }
} }
} }
pre.commit_message {
white-space: pre-wrap;
}
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
%td= @commit.committed_date %td= @commit.committed_date
%tr %tr
%td Message %td Message
%td= @commit.safe_message %td
%pre.commit_message
= preserve @commit.safe_message
%tr %tr
%td Tree %td Tree
%td= link_to 'Browse Code', tree_project_path(@project, :commit_id => @commit.id) %td= link_to 'Browse Code', tree_project_path(@project, :commit_id => @commit.id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment