File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -799,8 +799,8 @@ const Forms = (props) => {
799
799
isReset = { isReset }
800
800
/>
801
801
) : (
802
- < div className = "flex flex-col md:flex-row w-full mt-4 md:mt-10 gap-6 md:gap-0 " >
803
- < div className = "card bg-base-100 rounded-box grid flex-grow p-3 md:rounded-r-none " >
802
+ < div className = "flex flex-col md:flex-row w-full mt-4 md:mt-10 gap-3 " >
803
+ < div className = "card bg-base-100 rounded-box grid flex-grow p-3 " >
804
804
{ props . title !== "New Template" ? (
805
805
< SelectFolder
806
806
onSuccess = { handleFolder }
@@ -954,7 +954,15 @@ const Forms = (props) => {
954
954
) }
955
955
</ div >
956
956
{ isAdvanceOpt && (
957
- < div className = "card bg-base-100 rounded-box grid p-3 flex-grow md:rounded-l-none " >
957
+ < div
958
+ style = { {
959
+ height : props . title === "New Template" ? "220px" : "280px"
960
+ } }
961
+ className = "w-[1px] bg-gray-300 m-auto hidden md:inline-block"
962
+ > </ div >
963
+ ) }
964
+ { isAdvanceOpt && (
965
+ < div className = "card bg-base-100 rounded-box grid p-3 flex-grow " >
958
966
{ isEnableSubscription && props . title !== "New Template" && (
959
967
< div className = "text-xs mt-[10px]" >
960
968
< span className = { isSubscribe ? "" : " text-gray-300" } >
You can’t perform that action at this time.
0 commit comments