mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 02:17:53 +00:00
fix(ui) Fix glossary side browser width fluctuating (#6457)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2-753.lan>
This commit is contained in:
parent
e530faf865
commit
9b5188ebc5
@ -37,6 +37,7 @@ const MainContentWrapper = styled.div`
|
||||
|
||||
export const BrowserWrapper = styled.div<{ width: number }>`
|
||||
max-height: 100%;
|
||||
width: ${(props) => props.width}px;
|
||||
min-width: ${(props) => props.width}px;
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user