This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Fix bad word breaking on conversations
Port
733a3d20b0
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Cutls
5 years ago
committed by
Thibaut Girka
parent
badf02891a
commit
685b6e197f
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
app/javascript/flavours/glitch/styles/components/index.scss
+ 4
- 1
app/javascript/flavours/glitch/styles/components/index.scss
View File
@ -1454,7 +1454,6 @@
flex
:
1
1
auto
;
padding
:
10px
5px
;
padding-right
:
15px
;
word-break
:
break-all
;
overflow
:
hidden
;
&
__info
{
@ -1525,6 +1524,10 @@ noscript {
text-decoration
:
none
;
}
}
a
{
word-break
:
break-word
;
}
}
}
Write
Preview
Loading…
Cancel
Save