Handle long names in EntityTiles by overflowing correctly

pull/5302/head
Luke Barnard 2017-10-16 16:32:09 +01:00
parent bbcf46bb69
commit fdf07f6d89
1 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,8 @@ limitations under the License.
overflow: hidden;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 135px;
}
.mx_EntityTile_details {
@ -66,8 +68,6 @@ limitations under the License.
.mx_EntityTile_name_hover {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
}
.mx_EntityTile_chevron {