mirror of https://github.com/langgenius/dify.git
fix: adjust padding in entry node container for better alignment (#29999)
This commit is contained in:
parent
95c58eac83
commit
c3b713d88a
|
|
@ -27,7 +27,7 @@ const EntryNodeContainer: FC<EntryNodeContainerProps> = ({
|
|||
|
||||
return (
|
||||
<div className="w-fit min-w-[242px] rounded-2xl bg-workflow-block-wrapper-bg-1 px-0 pb-0 pt-0.5">
|
||||
<div className="mb-0.5 flex items-center px-1.5 pt-0.5">
|
||||
<div className="mb-0.5 flex items-center px-2.5 pt-0.5">
|
||||
<span className="text-2xs font-semibold uppercase text-text-tertiary">
|
||||
{label}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue