Message / Contact: Fix text overflow (#2087)
This commit is contained in:
parent
5de819826e
commit
f5d70de000
@ -19,16 +19,20 @@
|
||||
|
||||
.contact-name {
|
||||
font-size: 1rem;
|
||||
line-height: 1rem;
|
||||
margin-bottom: 0.25rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.contact-phone {
|
||||
line-height: 1rem;
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.contact-name,
|
||||
.contact-phone {
|
||||
line-height: 1rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user