fix filebrowser height
This commit is contained in:
parent
116ecdfb72
commit
9f2264b1f4
@ -25,7 +25,7 @@ export const Label = styled.label`
|
|||||||
export const FileBrowsersContainer = styled.div`
|
export const FileBrowsersContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0 1rem;
|
gap: 0 1rem;
|
||||||
height: 100%;
|
height: calc(100% - 7rem);
|
||||||
`
|
`
|
||||||
|
|
||||||
export const FileBrowserWrapper = styled.div`
|
export const FileBrowserWrapper = styled.div`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user