fix wordwrap on new panels

This commit is contained in:
Matthew Hodgson
2016-09-11 21:55:57 +01:00
parent 89f8ff4988
commit 64dedef2c7
3 changed files with 5 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ limitations under the License.
.mx_NotificationPanel .mx_EventTile_roomName {
font-weight: bold;
font-size: 14px;
word-wrap: break-word;
}
.mx_NotificationPanel .mx_EventTile_roomName a {
@@ -62,6 +63,7 @@ limitations under the License.
font-size: 12px;
display: inline;
padding-left: 0px;
word-wrap: break-word;
}
.mx_NotificationPanel .mx_EventTile_senderDetails {