mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Fix tag overflow
This commit is contained in:
parent
3ebf2ab1e2
commit
fe06557443
@ -149,8 +149,11 @@ body.ttt {
|
|||||||
.ttt-tags {
|
.ttt-tags {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tweet {
|
.tweet {
|
||||||
@ -160,7 +163,7 @@ body.ttt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ttt-tag {
|
.ttt-tag {
|
||||||
margin-right: 0.5em;
|
margin: 0.25em 0.5em 0.25em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ttt-link {
|
.ttt-link {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user