Merge pull request #3310 from mempool/simon/next-block-lower-case-css-fix

next block lower case css fix
This commit is contained in:
softsimon 2023-03-11 18:35:08 +09:00 committed by GitHub
commit 7b2ea9c4c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,5 @@
} }
.next-block { .next-block {
text-transform: capitalize; text-transform: lowercase;
} }