Better handle long tag names

This commit is contained in:
Michael Shamoon 2022-05-23 11:24:13 -07:00
parent 400f1d37bf
commit 5bbcc7f2f7
3 changed files with 13 additions and 4 deletions

View file

@ -78,3 +78,11 @@
a {
cursor: pointer;
}
.tags {
top: 0;
right: 0;
max-width: 80%;
row-gap: .2rem;
line-height: 1;
}