diff --git a/app/assets/stylesheets/editor-3/_modals.scss b/app/assets/stylesheets/editor-3/_modals.scss index 909212d500..4e3c3075d7 100644 --- a/app/assets/stylesheets/editor-3/_modals.scss +++ b/app/assets/stylesheets/editor-3/_modals.scss @@ -244,6 +244,14 @@ overflow: hidden; } +.Publish-modalBody .Pagination--searchShare { + bottom: 100px; +} + +.Publish-modalBody.is-simple .Pagination--searchShare { + bottom: 50px; +} + .Publish-modalBody.is-simple, .Publish-modalFooter, .Publish-modalContent { @@ -273,10 +281,6 @@ justify-content: center; } -.Publish-modal .Pagination--searchShare { - bottom: 100px; -} - .Publish-optionsList { width: 100%; } diff --git a/assets/stylesheets/editor-3/_modals.scss b/assets/stylesheets/editor-3/_modals.scss index 227ed29070..c874817e47 100644 --- a/assets/stylesheets/editor-3/_modals.scss +++ b/assets/stylesheets/editor-3/_modals.scss @@ -244,6 +244,14 @@ overflow: hidden; } +.Publish-modalBody .Pagination--searchShare { + bottom: 100px; +} + +.Publish-modalBody.is-simple .Pagination--searchShare { + bottom: 50px; +} + .Publish-modalBody.is-simple, .Publish-modalFooter, .Publish-modalContent { @@ -273,10 +281,6 @@ justify-content: center; } -.Publish-modal .Pagination--searchShare { - bottom: 100px; -} - .Publish-optionsList { width: 100%; }