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
[UI] Fix whitespace being applied to div instead of p (
#9968
)
* fix large line breaks * fix ascii art posts
master
trwnh
5 years ago
committed by
Eugen Rochko
parent
2557cb2f95
commit
76d41475a8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/mastodon/components.scss
+ 1
- 1
app/javascript/styles/mastodon/components.scss
View File
@ -638,7 +638,6 @@
font-weight
:
400
;
font-weight
:
400
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
pre-wrap
;
padding-top
:
2px
;
padding-top
:
2px
;
color
:
$
primary-text-color
;
color
:
$
primary-text-color
;
@ -662,6 +661,7 @@
p
{
p
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
white-space
:
pre-wrap
;
&
:
last-child
{
&
:
last-child
{
margin-bottom
:
0
;
margin-bottom
:
0
;
Write
Preview
Loading…
Cancel
Save