mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 09:16:25 +01:00
Add ellipsis on long domain names in search
This commit is contained in:
parent
10621d70c7
commit
93c8078bdb
@ -356,6 +356,11 @@ img.partition-thumbnail {
|
||||
transform: translateX(-22px) translateY(-115px);
|
||||
}
|
||||
|
||||
.partition-name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
/** Albums grid in groupe view */
|
||||
#albums-grid > a > .album {
|
||||
|
Loading…
Reference in New Issue
Block a user