mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
CSS: Attempt to remove hairline border from android gmail blockquotes.
This commit is contained in:
parent
78d46a81e1
commit
8e882ad145
@ -111,7 +111,7 @@ module Email
|
||||
|
||||
def correct_first_body_margin
|
||||
@fragment.css('.body p').each do |element|
|
||||
element['style'] = "margin-top:0;"
|
||||
element['style'] = "margin-top:0; border: 0;"
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user