Skip to content
Code-Schnipsel Gruppen Projekte
Commit 342fdea0 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: qui messages -> text word breaking optimized

Übergeordneter 90a4c92c
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -4,7 +4,7 @@
border: 1px solid #555;
clear: both;
float: left;
font: 12px/16px 'Droid Sans',sans-serif;
font: 12px/16px 'Droid Sans', sans-serif;
margin: 3px 0 0;
padding: 10px;
position: relative;
......@@ -33,7 +33,15 @@
}
.messages-message-text {
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: normal;
word-break: normal;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
/* Message colors
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren