From 77a976b360a8b10cf0a5dbd586faa430db1f9af8 Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Thu, 19 Dec 2019 11:03:02 +0300 Subject: [PATCH] email body text size updated --- public/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/custom.css b/public/css/custom.css index 158bd301d..e4417d1f9 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -701,6 +701,12 @@ } /*--------Height 0 Finish--------*/ +/*--------Editor Text--------*/ +.ql-editor p +{ + font-size: 0.775rem !important; +} +/*--------Editor text Finish--------*/ table .align-items-center td span.badge { height: 24px;