[Glitch] Fix bad word breaking on conversations
Port 27817baca5
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
parent
eb6039b401
commit
ddf497ede4
|
@ -1454,7 +1454,6 @@
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
word-break: break-all;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&__info {
|
&__info {
|
||||||
|
@ -1525,6 +1524,10 @@ noscript {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue