Handle long names in EntityTiles by overflowing correctly
This commit is contained in:
@@ -56,6 +56,8 @@ limitations under the License.
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
max-width: 135px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EntityTile_details {
|
.mx_EntityTile_details {
|
||||||
@@ -66,8 +68,6 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_EntityTile_name_hover {
|
.mx_EntityTile_name_hover {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EntityTile_chevron {
|
.mx_EntityTile_chevron {
|
||||||
|
|||||||
Reference in New Issue
Block a user