Text ellipsis is done left and we see last part of title
This commit is contained in:
plegall
2021-05-05 15:22:32 +02:00
parent 6a7c7cf266
commit e7c24ee871
+7
View File
@@ -4811,6 +4811,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
margin: 10px;
white-space: nowrap;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 75%;
direction: rtl;
text-align: left;
}
.search-album-action-cont {