Fix tag overflow

This commit is contained in:
Jocelyn Badgley (Twipped) 2020-03-05 19:59:33 -08:00
parent 3ebf2ab1e2
commit fe06557443

View File

@ -149,8 +149,11 @@ body.ttt {
.ttt-tags {
flex: 1;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
align-items: center;
}
.tweet {
@ -160,7 +163,7 @@ body.ttt {
}
.ttt-tag {
margin-right: 0.5em;
margin: 0.25em 0.5em 0.25em 0;
}
.ttt-link {