fix: roboto font, column scrolling fixed, column input width

This commit is contained in:
2025-08-27 14:44:38 +04:00
parent 44766bb7aa
commit e6001ed59e
6 changed files with 48 additions and 35 deletions

View File

@ -30,7 +30,7 @@ const StatusColumnWrapper = ({
scrollbars={"y"}>
<Stack
gap={"xs"}
mah={"calc(100vh - 220px)"}>
mah={"calc(100vh - 285px)"}>
{createFormEnabled && <CreateCardButton />}
{children}
</Stack>