fix: roboto font, column scrolling fixed, column input width
This commit is contained in:
@ -30,7 +30,7 @@ const StatusColumnWrapper = ({
|
||||
scrollbars={"y"}>
|
||||
<Stack
|
||||
gap={"xs"}
|
||||
mah={"calc(100vh - 220px)"}>
|
||||
mah={"calc(100vh - 285px)"}>
|
||||
{createFormEnabled && <CreateCardButton />}
|
||||
{children}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user