Fix notes showing text in wrong order

This commit is contained in:
Tainan Felipe 2022-04-11 17:43:21 -03:00
parent 5a4f63a7e2
commit 292d39c773

View File

@ -17,6 +17,7 @@ color: ${colorGray};
bottom: 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
overflow-x: hidden;
overflow-wrap: break-word;
word-break: break-all;