mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Set quote padding
This commit is contained in:
parent
e9310d56b5
commit
ad0bc94bdf
1 changed files with 1 additions and 2 deletions
|
@ -2396,8 +2396,7 @@ public class HtmlHelper {
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
Log.e(new Throwable("getQuoteStyle " + start + "..." + end, ex));
|
Log.e(new Throwable("getQuoteStyle " + start + "..." + end, ex));
|
||||||
}
|
}
|
||||||
|
return "border-" + dir + ":3px solid #ccc; padding-" + dir + ":10px;margin:0;";
|
||||||
return "border-" + dir + ":3px solid #ccc; padding-" + dir + ":3px;margin-top:0; margin-bottom:0;";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getIndentStyle(CharSequence quoted, int start, int end) {
|
static String getIndentStyle(CharSequence quoted, int start, int end) {
|
||||||
|
|
Loading…
Reference in a new issue