Skip to content

Commit

Permalink
EDATOS-3870 - Actualizar a la última versión de TerriaJS
Browse files Browse the repository at this point in the history
> Modificaciones de estilos que no pueden hacerse desde terria para hacer hueco a la barra superior
  • Loading branch information
frodgar committed Jun 20, 2024
1 parent 9e457cd commit b7e220b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ReactViews/SidePanel/SidePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const SidePanel = observer<React.FC<SidePanelProps>>(
</div>
<Box
styledMinHeight={"0"}
flex={1}
flex={"1 1 0px"}
css={`
overflow: hidden;
`}
Expand Down
2 changes: 1 addition & 1 deletion lib/ReactViews/Workflow/WorkflowPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Container = styled.div`
flex-direction: column;
font-family: ${(p) => p.theme.fontPop}px;
width: ${(p) => p.theme.workflowPanelWidth}px;
height: 100vh;
height: 100%;
max-width: ${(p) => p.theme.workflowPanelWidth}px;
box-sizing: border-box;
padding: 0 0 5px;
Expand Down

0 comments on commit b7e220b

Please sign in to comment.