diff --git a/src/static/ckeditor/contents.css b/src/static/ckeditor/contents.css index 1e0a88f2..2de5dfd8 100644 --- a/src/static/ckeditor/contents.css +++ b/src/static/ckeditor/contents.css @@ -3,7 +3,7 @@ letter-spacing:0.5px } body { - line-height:1.6; + line-height:1.5; font-size:14px; font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:#6c757d; diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index cf874509..5582f1e2 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -12,7 +12,7 @@ letter-spacing:0.5px } body { - line-height:1.6; + line-height:1.5; font-size:14px; font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:var(--gray); @@ -617,7 +617,7 @@ body.menu-show .admin-content { } .opt-button input { position:absolute; - width:42px; + width:43px; top:0; left:0; opacity:0; @@ -699,7 +699,7 @@ body.menu-show .admin-content { padding:1rem } .card-body canvas { - height:382px!important + height:370px!important } .table { margin-bottom:0; diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 50aa282b..a13f35e3 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -9,7 +9,7 @@ letter-spacing:0.5px } body { - line-height:1.6; + line-height:1.5; font-size:14px; font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:var(--gray);