diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index f3ad5c529..63add952b 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -731,11 +731,8 @@ flex-shrink: 1; font-size: var(--font-size-sm); - line-height: 18px; - color: $color-gray-25; - height: 1.3em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/stylesheets/_session_theme.scss b/stylesheets/_session_theme.scss index 7c999c7fa..37e8e2da3 100644 --- a/stylesheets/_session_theme.scss +++ b/stylesheets/_session_theme.scss @@ -9,7 +9,6 @@ .module-message__container { .module-message__text { font-size: 14px; - line-height: 18px; text-align: start; overflow-wrap: break-word; word-wrap: break-word;