This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix bad word breaking on conversations (
#12039
)
* Fix bad word breaking * Fix style * Fix style
master
Cutls
5 years ago
committed by
Eugen Rochko
parent
110bcf1c8d
commit
733a3d20b0
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/styles/mastodon/components.scss
+ 4
- 1
app/javascript/styles/mastodon/components.scss
View File
@ -6450,7 +6450,6 @@ noscript {
flex
:
1
1
auto
;
padding
:
10px
5px
;
padding-right
:
15px
;
word-break
:
break-all
;
overflow
:
hidden
;
&
__info
{
@ -6487,5 +6486,9 @@ noscript {
}
}
}
a
{
word-break
:
break-word
;
}
}
}
Write
Preview
Loading…
Cancel
Save