Yuki Takei пре 3 година
родитељ
комит
8c1cd2655c
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      packages/remark-drawio-plugin/src/components/DrawioViewer.module.scss

+ 7 - 0
packages/remark-drawio-plugin/src/components/DrawioViewer.module.scss

@@ -2,4 +2,11 @@
   margin: 20px 0;
   margin: 20px 0;
   border: 1px solid transparent;
   border: 1px solid transparent;
   border-radius: 4px;
   border-radius: 4px;
+
+  .geDiagramContainer {
+    // centering
+    margin-right: auto;
+    margin-left: auto;
+  }
+
 }
 }