We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bc68f commit 585a8e2Copy full SHA for 585a8e2
src/components/Topology/TopologyCard/TopologyCard.tsx
@@ -242,7 +242,7 @@ export function TopologyCard({
242
<TopologyCardPropertiesColumn properties={properties} />
243
<CustomScroll
244
className={clsx(
245
- "flex-1 space-y-1.5 py-2 pl-2 pr-2",
+ "flex-1 py-2 pl-2 pr-2",
246
!hasNoneHeadlineProperties ? "grid grid-cols-2 gap-1" : ""
247
)}
248
showMoreClass="text-xs linear-1.21rel mr-1 cursor-pointer"
0 commit comments