From 8e8411ab38d33bcdcbf9bf98118fb853739b69fa Mon Sep 17 00:00:00 2001 From: nipun Date: Sun, 13 Oct 2019 13:55:22 +0530 Subject: [PATCH] Add the row and col tags to add release feature --- .../components/new-release/AddReleaseForm.js | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/src/components/new-release/AddReleaseForm.js b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/src/components/new-release/AddReleaseForm.js index 962a2a0c40..1fa47170e9 100644 --- a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/src/components/new-release/AddReleaseForm.js +++ b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/react-app/src/components/new-release/AddReleaseForm.js @@ -17,7 +17,7 @@ */ import React from "react"; -import {Form, notification, Spin, Card} from "antd"; +import {Form, notification, Spin, Card, Row, Col} from "antd"; import axios from "axios"; import {withRouter} from 'react-router-dom' import {withConfigContext} from "../../context/ConfigContext"; @@ -126,14 +126,18 @@ class AddNewReleaseFormComponent extends React.Component { return (
- - - + + + + + + +
);