Changeset - ad5f5906e340
[Not reviewed]
default
0 1 0
Mads Kiilerich - 7 years ago 2019-03-22 02:09:16
mads@kiilerich.com
style: increase spacing around PR comment chunks

Use more spacing around the whole comment section - 5px was too cramped, 10px
(from @kallithea-panel-margin) is used in other places and looks better.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/front-end/style.less
Show inline comments
 
@@ -542,7 +542,7 @@ div.form div.form-group div.highlight,
 
}
 
/** indent actual inline comments - not general comments **/
 
td.inline-comments {
 
  padding: 5px;
 
  padding: @kallithea-panel-margin;
 
}
 
.inline-comments .comments-number {
 
  padding: 0px 0px 10px 0px;
0 comments (0 inline, 0 general)