fix line numbers for decompiled contracts

pull/1795/head
Ayrat Badykov 6 years ago
parent d383c1a2bc
commit f17920fe1d
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/block_scout_web/assets/css/_code.scss

@ -14,7 +14,7 @@ pre {
.pre-decompiled code::before { .pre-decompiled code::before {
content: counter(line); content: counter(line);
display: inline-block; display: inline-block;
width: 2.5em; /* Fixed width */ width: 3.5em; /* Fixed width */
border-right: 1px solid #ddd; border-right: 1px solid #ddd;
padding: 0 .5em; padding: 0 .5em;
margin-right: .5em; margin-right: .5em;

Loading…
Cancel
Save