From c5648d856fda2829dd8b76517cc71f72409d6121 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Sun, 16 May 2021 12:28:05 +0530 Subject: [PATCH] Fix broken layout of version manager --- frontend/src/Editor/SaveAndPreview.jsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/frontend/src/Editor/SaveAndPreview.jsx b/frontend/src/Editor/SaveAndPreview.jsx index fbe8e98aac..40648d0029 100644 --- a/frontend/src/Editor/SaveAndPreview.jsx +++ b/frontend/src/Editor/SaveAndPreview.jsx @@ -81,17 +81,17 @@ class SaveAndPreview extends React.Component { )} - + Versions and deployments
{!showVersionForm && ( - )} -
@@ -126,15 +126,15 @@ class SaveAndPreview extends React.Component { {versions.map((version) => ( - - {version.name} - {version.id === this.props.app.current_version_id && ( - (current) - )} -
+ {version.name} + {version.id === this.props.app.current_version_id && ( + (current) + )} +
+
-
-