[bugfix] Main Page: Message Logs: Sent Message: Fix text wrap that was not wrap and over flowed.

This commit is contained in:
Sakamoto Shiina
2025-01-03 20:12:07 +09:00
parent 227aacd005
commit 4502f30b29

View File

@@ -71,6 +71,7 @@
.message_box {
display: flex;
flex-direction: column;
width: 100%;
&.sent_message {
align-items: end;
text-align: end;
@@ -83,6 +84,8 @@
.message_main {
user-select: text;
font-size: 1.4em;
overflow-wrap: break-word;
max-width: 100%;
}
.message_second {