Changeset - 200f43d9c86d
[Not reviewed]
stable
0 1 0
Andrew Shadura - 11 years ago 2015-05-05 17:39:00
andrew@shadura.me
comments: remove line breaks after user mentions in comment previews

Previously, the preview might look like this:

@username

, have you seen it?

Now it should look like this:

@username, have you seen it?
1 file changed with 0 insertions and 10 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -4358,11 +4358,6 @@ div.comment-form {
 
    margin-top: 20px;
 
}
 

	
 
.comment-form strong {
 
    display: block;
 
    margin-bottom: 15px;
 
}
 

	
 
.comment-form textarea {
 
    width: 100%;
 
    height: 100px;
 
@@ -4459,11 +4454,6 @@ div.comment-inline-form {
 
    padding: 4px 0px 6px 0px;
 
}
 

	
 
.comment-inline-form strong {
 
    display: block;
 
    margin-bottom: 15px;
 
}
 

	
 
.comment-inline-form textarea {
 
    width: 100%;
 
    height: 100px;
0 comments (0 inline, 0 general)