fix: Revert quoted text styles (#2003)

This commit is contained in:
Pranav Raj S 2021-03-27 13:54:50 +05:30 committed by GitHub
parent 8285f5df15
commit 6a55960d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,10 +273,4 @@ export default {
margin-left: var(--space-smaller);
}
}
// This is a hack to hide quoted content from GMAIL
// Replace this with actual content parser
.gmail_quote {
display: none;
}
</style>