mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
RoomPreviewBar word-break the sender name too
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
58bfc49e2a
commit
f14257926e
@ -25,9 +25,6 @@ limitations under the License.
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
// break-word, with fallback to break-all, which is wider supported
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
|
||||
&.mx_RoomPreviewBar_spinnerTitle {
|
||||
display: flex;
|
||||
@ -36,6 +33,13 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
h3,
|
||||
.mx_RoomPreviewBar_message p {
|
||||
// break-word, with fallback to break-all, which is wider supported
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.mx_Spinner {
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user