Commit 6f915d5a016e97ccb882d2fc8a53f2dc6b492088
1 parent
a5058229
Exists in
master
and in
4 other branches
add fix code align
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/projects.css.scss
@@ -576,8 +576,12 @@ td.code { | @@ -576,8 +576,12 @@ td.code { | ||
576 | table.highlighttable pre{ | 576 | table.highlighttable pre{ |
577 | line-height:16px !important; | 577 | line-height:16px !important; |
578 | font-size:12px !important; | 578 | font-size:12px !important; |
579 | - text-align: right; | ||
580 | - padding-right: 4px; | 579 | +} |
580 | + | ||
581 | + | ||
582 | +table.highlighttable .linenodiv pre { | ||
583 | + text-align: right; | ||
584 | + padding-right: 4px; | ||
581 | } | 585 | } |
582 | 586 | ||
583 | .project-refs-form { | 587 | .project-refs-form { |