We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cea2a commit 15fc53bCopy full SHA for 15fc53b
src/ChatWindow/FormatMessage.vue
@@ -10,7 +10,6 @@
10
:is="checkType(message, 'url') ? 'a' : 'span'"
11
:key="i"
12
:class="{
13
- 'text-block': singleLine,
14
'text-ellipsis': singleLine,
15
'text-deleted': deleted,
16
'text-bold': checkType(message, 'bold'),
@@ -74,10 +73,6 @@ export default {
74
73
fill: var(--chat-room-color-message);
75
}
76
77
-.text-block {
78
- display: inline-block;
79
-}
80
-
81
.text-ellipsis {
82
width: 100%;
83
white-space: nowrap;
src/ChatWindow/RoomsList.vue
@@ -297,7 +297,7 @@ input {
297
display: flex;
298
align-items: center;
299
font-size: 12px;
300
- line-height: 15px;
+ line-height: 17px;
301
color: var(--chat-room-color-message);
302
303
0 commit comments