Skip to content

Commit

Permalink
bitshares#3352 Fix css styles for json-inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorml committed Jan 30, 2023
1 parent bdb8f39 commit 95e6caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/base/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ h6 {

.json-inspector__key {
@include MonospaceFont;
text-transform: none;
text-transform: none !important;
}

.json-inspector__value {
@include MonospaceFont;
text-transform: none;
text-transform: none !important;
}

button,
Expand Down

0 comments on commit 95e6caa

Please sign in to comment.