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…
Reference in New Issue