[bugfix] Message Page: Message Logs: System Message: Fix width and set to text center.
This commit is contained in:
@@ -71,12 +71,13 @@
|
||||
.message_box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
&.sent_message {
|
||||
width: 100%;
|
||||
align-items: end;
|
||||
text-align: end;
|
||||
}
|
||||
&.received_message {
|
||||
width: 100%;
|
||||
align-items: start;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user