🐛 fix(genericModal/index.tsx): adjust styling of the modal content container to fix layout issue
This commit is contained in:
parent
5e1b490ed2
commit
2e5ebabb59
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ export default function GenericModal({
|
|||
|
||||
{type == TypeModal.PROMPT && (
|
||||
<>
|
||||
<div className="h-[60px] overflow-y-auto custom-scroll md:w-5/6 sm:6/6 mt-3">
|
||||
<div className="h-[60px] overflow-y-auto custom-scroll sm:6/6 mt-3 mr-28">
|
||||
<div className="flex flex-wrap items-center">
|
||||
<Variable className=" -ml-px mr-1 flex h-4 w-4 text-primary"></Variable>
|
||||
<span className="text-md font-semibold text-primary">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue