浏览代码

remove margin-bottom

visuddhinanda 2 年之前
父节点
当前提交
835ee4d9f4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      dashboard/src/components/template/SentEdit/style.css

+ 3 - 0
dashboard/src/components/template/SentEdit/style.css

@@ -1,3 +1,6 @@
 .sentence p {
 .sentence p {
   margin: 0;
   margin: 0;
 }
 }
+.sentence.ant-typography p {
+  margin: 0;
+}