🔧 fix(index.css): adjust width of .api-modal-tabs to be 75vw on small screens to improve responsiveness

🔧 fix(ApiModal/index.tsx): remove unnecessary whitespace
This commit is contained in:
Cristhian Zanforlin Lousa 2023-07-14 21:58:13 -03:00
commit f8de3a5265
2 changed files with 1 additions and 3 deletions

View file

@ -904,7 +904,7 @@ The cursor: default; property value restores the browser's default cursor style
}
.api-modal-tabs {
@apply w-full h-full overflow-hidden text-center bg-muted rounded-md border
@apply lg:w-full h-full overflow-hidden text-center bg-muted rounded-md border sm:w-[75vw]
}
.api-modal-tablist-div {
@apply flex items-center justify-between px-2

View file

@ -128,8 +128,6 @@ const ApiModal = forwardRef(
tweak.current = [];
const t = buildTweaks(flow);
tweak.current.push(t);
}
filterNodes();