Fixed Media Library Picker Style (#8433)

This commit is contained in:
ElenaRepository
2020-12-03 19:06:49 +01:00
committed by GitHub
parent 0a41199451
commit b583f8f0f0
2 changed files with 6 additions and 2 deletions

View File

@@ -48,13 +48,17 @@
text-align: right;
font-size: 12px;
opacity: 0.6;
height: 40px;
overflow: hidden;
}
.overlay h3 {
padding-right:5px;
font-size: 12px;
height: 40px;
overflow: hidden;
height: 1rem;
white-space: nowrap;
text-overflow: ellipsis;
}
.media-thumbnail {

View File

@@ -45,7 +45,7 @@
<div class="thumbnail">
@Display(BuildDisplay(contentItem, "Thumbnail"))
<div class="overlay">
<h3>@Html.ItemDisplayText(contentItem)</h3>
<h3 title="@Html.ItemDisplayText(contentItem)">@Html.ItemDisplayText(contentItem)</h3>
</div>
</div>
</div>