mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
CSS: Attempt to remove hairline border from android gmail blockquotes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user