This can be solved by a flexbox layout with flex-direction: column; . When you add align-items: flex-start; , the width of each message is ...
確定! 回上一頁