File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/src/dashboard/parts/connected Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const Sidebar = () => {
41
41
} ) ;
42
42
43
43
return (
44
- < div className = "grid md:grid-cols-2 xl:flex xl:flex-col xl:mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 gap-5 basis-4/12 2xl:basis-3/12 " >
44
+ < div className = "grid md:grid-cols-2 xl:flex xl:flex-col xl:mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 gap-5 shrink-0 xl:w-[350px] " >
45
45
< div className = "bg-white gap-5 flex flex-col text-gray-700 border-0 rounded-lg shadow-md p-8" >
46
46
< TextControl
47
47
label = { optimoleDashboardApp . strings . logged_in_as }
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ const ConnectedLayout = ({
123
123
124
124
< div className = "flex flex-col xl:flex-row mx-auto gap-5" >
125
125
< div
126
- className = "flex flex-col justify-between mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 basis-8/12 2xl:basis-9/12 "
126
+ className = "flex flex-col justify-between mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 grow "
127
127
>
128
128
{ 'dashboard' === tab && < Dashboard /> }
129
129
You can’t perform that action at this time.
0 commit comments