From 5de551002d69e32da2684c14abc5812bdedb0f7c Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 30 Nov 2023 14:47:07 +0100 Subject: [PATCH] [Glitch] Fix onboarding step descriptions being truncated on narrow screens Port b20af17a2c7dec49bc7ad1ec6706c5b02bf4f498 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/styles/components/columns.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components/columns.scss b/app/javascript/flavours/glitch/styles/components/columns.scss index 87127196cb..b134d45dbb 100644 --- a/app/javascript/flavours/glitch/styles/components/columns.scss +++ b/app/javascript/flavours/glitch/styles/components/columns.scss @@ -1083,22 +1083,16 @@ $ui-header-height: 55px; &__description { flex: 1 1 auto; line-height: 20px; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; h6 { color: $highlight-text-color; font-weight: 500; font-size: 14px; - overflow: hidden; - text-overflow: ellipsis; } p { color: $darker-text-color; overflow: hidden; - text-overflow: ellipsis; } } }