feat(ui): give vertical dividers a min height

This commit is contained in:
psychedelicious
2025-02-11 19:58:40 +11:00
parent 9adbe31fec
commit 65a37ca4ff

View File

@@ -18,6 +18,7 @@ const sx: SystemStyleObject = {
'&[data-layout="row"]': {
height: '100%',
width: '1px',
minH: 32,
},
};