Prevent post date from overflowing with long usernames

This commit is contained in:
Kris 2018-09-19 18:53:48 -04:00
parent d5442fbf08
commit dfbc93aa2e
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@
.post-infos {
display: flex;
flex: 0 0 auto;
align-items: baseline;
}
}