Skip to content

Commit

Permalink
style fix: add ml
Browse files Browse the repository at this point in the history
  • Loading branch information
YIXIAO0 committed Dec 6, 2024
1 parent ac89f7e commit 5666103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const ConditionValue = ({

<div
className={cn(
'shrink-0 truncate text-xs font-medium text-text-accent',
'shrink-0 ml-0.5 truncate text-xs font-medium text-text-accent',
!notHasValue && 'max-w-[70px]',
)}
title={variableName}
Expand Down

0 comments on commit 5666103

Please sign in to comment.