forked from AkkomaGang/akkoma-fe
Change replies element flex to cover more width if needed.
This commit is contained in:
parent
12000536aa
commit
64a7db1d8b
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
.replies {
|
||||
flex-basis: 80%;
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue