Commit 291eac738b62c6e79d81e36344caaee92d70a3d5
1 parent
1993bfe1
Exists in
master
and in
1 other branch
Use same line-height for backtrace and line numbers. Added padding. [ci skip]
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -690,11 +690,15 @@ table.backtrace td { |
690 | 690 | color: #A2A2A2; |
691 | 691 | background-color: #222 !important; |
692 | 692 | } |
693 | +table.backtrace ul.line-numbers { | |
694 | + padding-top: 1px; | |
695 | +} | |
693 | 696 | table.backtrace ul.line-numbers li { |
694 | 697 | border-bottom: 0; |
695 | 698 | text-align: right; |
696 | 699 | font-size: 13px; |
697 | - line-height: 21px; | |
700 | + line-height: 20px; | |
701 | + padding-bottom: 1px; | |
698 | 702 | } |
699 | 703 | |
700 | 704 | table.backtrace ul.lines { | ... | ... |