From 84f4e6ac6424c926ba3dc41aa1483babf1dfcce4 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Mon, 29 Mar 2021 14:36:03 -0700 Subject: [PATCH] CSS fixes for link preview dates and long attachment filenames --- stylesheets/_modules.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 9692511a7..cce09b6a5 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -310,6 +310,7 @@ line-height: 0; display: flex; flex-direction: column; + width: 100%; } .module-message__container { position: relative; @@ -320,6 +321,7 @@ padding-top: 10px; padding-bottom: 10px; min-width: 0px; + width: 100%; overflow: hidden; @include light-theme { @@ -954,6 +956,7 @@ > *:not(:first-child) { display: flex; + flex-grow: 1; &:before { content: '•';