mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
style: replace h-[1px] with h-px to unify the writing format of Tailwind CSS (#24146)
This commit is contained in:
@@ -175,7 +175,7 @@ const WorkflowToolConfigureButton = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
<Divider type='horizontal' className='h-[1px] bg-divider-subtle' />
|
||||
<Divider type='horizontal' className='h-px bg-divider-subtle' />
|
||||
{(!published || !isLoading) && (
|
||||
<div className={cn(
|
||||
'group rounded-lg bg-background-section-burn transition-colors',
|
||||
|
||||
Reference in New Issue
Block a user