2
0
Эх сурвалжийг харах

Fix text wrapping issue for /me messages in overlayed view mode

JC Brand 5 жил өмнө
parent
commit
9ee8a6e8bc
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      sass/_messages.scss

+ 2 - 2
sass/_messages.scss

@@ -152,7 +152,6 @@
                 display: flex;
                 flex-direction: row;
                 justify-content: space-between;
-                width: 100%;
             }
 
             .chat-msg__message {
@@ -224,6 +223,7 @@
                     height: var(--message-font-size);
                     font-size: var(--message-font-size);
                     padding: 0;
+                    padding-left: 0.2em;
                     border: none;
                     opacity: 0;
                     background: transparent;
@@ -271,7 +271,7 @@
             }
             &.chat-msg--action {
                 .chat-msg__content {
-                    flex-wrap: nowrap;
+                    flex-wrap: wrap;
                     flex-direction: row;
                     justify-content: flex-start;
                 }