Prevent post date from overflowing with long usernames
This commit is contained in:
parent
d5442fbf08
commit
dfbc93aa2e
|
@ -161,6 +161,7 @@
|
|||
|
||||
.post-infos {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
align-items: baseline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue