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 8272f6aaa7

View File

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