mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Fix tag overflow
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user