From 7a645c3e11c14f222405068c4710d30686800013 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sun, 4 Dec 2022 21:30:55 +0100 Subject: [PATCH] fix --- src/ui/QuickShareSideView.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/QuickShareSideView.svelte b/src/ui/QuickShareSideView.svelte index cf45136..ca582ac 100644 --- a/src/ui/QuickShareSideView.svelte +++ b/src/ui/QuickShareSideView.svelte @@ -230,8 +230,6 @@ text-overflow: ellipsis; white-space: nowrap; vertical-align: top; - // max-width: 200px; - min-width: 0; } } }