فهرست منبع

Break long words instead of showing a horizontal scrollbar

JC Brand 6 سال پیش
والد
کامیت
033b6bd082
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 1 1
      dev.html
  2. 2 0
      sass/_messages.scss

+ 1 - 1
dev.html

@@ -33,7 +33,7 @@
             'discuss@conference.conversejs.org'
         ],
         enable_smacks: true,
-        muc_respect_autojoin: false,
+        muc_respect_autojoin: true,
         message_archiving: 'always',
         debug: true
     });

+ 2 - 0
sass/_messages.scss

@@ -182,6 +182,8 @@
                 padding: 0;
                 width: 100%;
                 white-space: pre-wrap;
+                word-wrap: break-word;
+                word-break: break-word;
                 a {
                     word-wrap: break-word;
                     word-break: break-all;