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

@ -60,7 +60,7 @@ limitations under the License.
.mx_FilePanel .mx_EventTile .mx_MImageBody_downloadLink { .mx_FilePanel .mx_EventTile .mx_MImageBody_downloadLink {
flex: 1 1 auto; flex: 1 1 auto;
color: #747474; color: #747474;
word-break: break-all; word-wrap: break-word;
} }
.mx_FilePanel .mx_EventTile .mx_MImageBody_size { .mx_FilePanel .mx_EventTile .mx_MImageBody_size {
@ -88,7 +88,7 @@ limitations under the License.
font-size: 11px; font-size: 11px;
opacity: 1.0; opacity: 1.0;
color: #acacac; color: #acacac;
word-break: break-all; word-wrap: break-word;
} }
.mx_FilePanel .mx_EventTile .mx_MessageTimestamp { .mx_FilePanel .mx_EventTile .mx_MessageTimestamp {

View File

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

View File

@ -50,7 +50,7 @@ limitations under the License.
.mx_LinkPreviewWidget_description { .mx_LinkPreviewWidget_description {
margin-top: 8px; margin-top: 8px;
white-space: normal; white-space: normal;
word-break: break-word; word-wrap: break-word;
} }
.mx_LinkPreviewWidget_cancel { .mx_LinkPreviewWidget_cancel {