From 93c8078bdb287fc0285f6655af2d880bfeaa6bfa Mon Sep 17 00:00:00 2001 From: augustin64 Date: Tue, 16 Jan 2024 21:02:37 +0100 Subject: [PATCH] Add ellipsis on long domain names in search --- partitioncloud/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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 {