Text ellipsis is done left and we see last part of title
This commit is contained in:
Matthieu Leproux
2021-05-05 13:35:46 +02:00
parent 52a8c86e2e
commit d29da9f36a

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 {