🔧 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:
parent
de2a24fa5d
commit
f8de3a5265
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -128,8 +128,6 @@ const ApiModal = forwardRef(
|
|||
tweak.current = [];
|
||||
const t = buildTweaks(flow);
|
||||
tweak.current.push(t);
|
||||
|
||||
|
||||
}
|
||||
|
||||
filterNodes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue