mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user