mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-06 05:22:37 +02:00
Fix issue #1393
Text ellipsis is done left and we see last part of title
This commit is contained in:
@@ -4811,6 +4811,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 75%;
|
||||||
|
direction: rtl;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-album-action-cont {
|
.search-album-action-cont {
|
||||||
|
|||||||
Reference in New Issue
Block a user