MDL-50113 message: responsive and long name fixups

Addresses responsive inconsistency on Firefox, also fixes display
of names which are long and don't have whitespace to break on.
This commit is contained in:
Jetha Chan 2015-08-05 16:38:57 +09:00
parent b167057c8a
commit 70465d09ff
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,7 @@
font-size: 1em;
font-weight: bold;
clear: both;
word-wrap: break-word;
}
.message .author {
font-weight: bold;
@ -37,6 +38,9 @@
#page-message-send td.fixeditor {
text-align: center;
}
.message {
overflow: hidden;
}
.message .note {
padding: 10px;
}

File diff suppressed because one or more lines are too long