mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 15:54:58 -05:00
feat(ui): give vertical dividers a min height
This commit is contained in:
@@ -18,6 +18,7 @@ const sx: SystemStyleObject = {
|
||||
'&[data-layout="row"]': {
|
||||
height: '100%',
|
||||
width: '1px',
|
||||
minH: 32,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user