style: fix style for update chat title input element

This commit is contained in:
RockYang 2023-10-13 06:29:25 +08:00
parent 1759fd4cf9
commit a21628e350

View File

@ -17,6 +17,7 @@ $borderColor = #4676d0;
display: flex;
color: #ffffff;
font-size: 20px;
span {
padding-top: 5px;
padding-left: 10px;
@ -81,7 +82,7 @@ $borderColor = #4676d0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 210px;
width: 190px;
}
.chat-title {