mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
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:
parent
b167057c8a
commit
70465d09ff
@ -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
Loading…
x
Reference in New Issue
Block a user