Skip to content

Commit 585a8e2

Browse files
authored
chore: update spacing
1 parent 23bc68f commit 585a8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Topology/TopologyCard/TopologyCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export function TopologyCard({
242242
<TopologyCardPropertiesColumn properties={properties} />
243243
<CustomScroll
244244
className={clsx(
245-
"flex-1 space-y-1.5 py-2 pl-2 pr-2",
245+
"flex-1 py-2 pl-2 pr-2",
246246
!hasNoneHeadlineProperties ? "grid grid-cols-2 gap-1" : ""
247247
)}
248248
showMoreClass="text-xs linear-1.21rel mr-1 cursor-pointer"

0 commit comments

Comments
 (0)