From a87b3fb191638e27981614f9c7f8d0c137853b20 Mon Sep 17 00:00:00 2001 From: zerosoul Date: Tue, 31 May 2022 18:38:05 +0800 Subject: [PATCH] fix: replying UI --- src/common/component/Send/Replying.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/common/component/Send/Replying.js b/src/common/component/Send/Replying.js index fd7bdbd6..28d3f502 100644 --- a/src/common/component/Send/Replying.js +++ b/src/common/component/Send/Replying.js @@ -21,10 +21,8 @@ const Styled = styled.div` border-top-right-radius: 8px; width: 100%; padding: 12px 16px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; .prefix { + white-space: nowrap; color: #667085; font-style: normal; font-weight: 400; @@ -36,12 +34,13 @@ const Styled = styled.div` } } .content { + white-space: normal; + height: 20px; + /* overflow-y: hidden; */ color: #616161; overflow: hidden; - text-overflow: ellipsis; + /* text-overflow: ellipsis; */ padding-right: 30px; - display: flex; - align-items: center; font-weight: 500; font-size: 14px; line-height: 20px;