fix: replying UI

This commit is contained in:
zerosoul
2022-05-31 18:38:05 +08:00
parent f27f3944f8
commit a87b3fb191
+5 -6
View File
@@ -21,10 +21,8 @@ const Styled = styled.div`
border-top-right-radius: 8px; border-top-right-radius: 8px;
width: 100%; width: 100%;
padding: 12px 16px; padding: 12px 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
.prefix { .prefix {
white-space: nowrap;
color: #667085; color: #667085;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@@ -36,12 +34,13 @@ const Styled = styled.div`
} }
} }
.content { .content {
white-space: normal;
height: 20px;
/* overflow-y: hidden; */
color: #616161; color: #616161;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; /* text-overflow: ellipsis; */
padding-right: 30px; padding-right: 30px;
display: flex;
align-items: center;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;