Skip to content

Commit

Permalink
Css Changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ganesh0107 <ganesh.gopal@freshworks.com>
  • Loading branch information
Ganesh0107 committed Dec 26, 2023
1 parent bc9d9a4 commit a071290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const AppContainer = ({ view, params }: { view?: View; params: AppMountPa
{/* TODO: improve fallback state */}
<Suspense fallback={<div>Loading...</div>}>
<Context {...params}>
<EuiResizableContainer style={{ marginTop: '0px', padding: '0px' }}>
<EuiResizableContainer>
{(EuiResizablePanel, EuiResizableButton) => (
<>
<EuiResizablePanel initialSize={140} minSize="10%" mode="collapsible">
Expand Down

0 comments on commit a071290

Please sign in to comment.