Make tag list wrappable and HTML whitespace tolerant

This commit is contained in:
Liam 2024-04-27 02:12:32 -04:00
parent d7e16782e2
commit d72ea2b527

View file

@ -70,7 +70,11 @@
.tag > span {
padding: 5px;
display: table-cell;
white-space: pre;
}
.tag-list {
display: flex;
flex-wrap: wrap;
}
.tag a {