display tags inline

This commit is contained in:
Kichi93 2021-12-28 18:27:42 +00:00 committed by GitHub
parent 817304162c
commit 921f2c11f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,7 @@
.nested-links a{ .nested-links a{
overflow-wrap: break-word; overflow-wrap: break-word;
} }
.tags li {
display: inline;
}