@blinkk/root-cms 1.0.0-beta.44 → 1.0.0-beta.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui/ui.css CHANGED
@@ -909,6 +909,14 @@
909
909
  margin-right: 10px;
910
910
  }
911
911
 
912
+ /* ui/components/EditJsonModal/EditJsonModal.css */
913
+ .EditJsonModal__buttons {
914
+ margin-top: 24px;
915
+ display: flex;
916
+ justify-content: flex-end;
917
+ gap: 12px;
918
+ }
919
+
912
920
  /* ui/pages/DocumentPage/DocumentPage.css */
913
921
  .DocumentPage {
914
922
  --top-bar-height: 36px;