diff --git a/partitioncloud/static/style.css b/partitioncloud/static/style.css index f4a8c6d..74970c4 100644 --- a/partitioncloud/static/style.css +++ b/partitioncloud/static/style.css @@ -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 {