Fix other user's displayName being wrapped on the bubble message layout (#8456)
This commit is contained in:
parent
6825b43f42
commit
11cb48176e
4 changed files with 22 additions and 15 deletions
|
@ -18,15 +18,18 @@ limitations under the License.
|
|||
.mx_DisambiguatedProfile {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
||||
.mx_DisambiguatedProfile_displayName {
|
||||
font-weight: 600;
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
|
||||
.mx_DisambiguatedProfile_mxid {
|
||||
font-weight: 600;
|
||||
font-size: 1.1rem;
|
||||
margin-left: 5px;
|
||||
margin-inline-start: 5px;
|
||||
opacity: 0.5; // Match mx_TextualEvent
|
||||
color: $primary-content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue