don't allow text inside tag spans to wrap

This commit is contained in:
byte[] 2020-05-21 20:37:54 -04:00
parent 999f66f800
commit 243e13613d

View file

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