mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Update padding in show-more component for better spacing
This commit is contained in:
@@ -28,7 +28,7 @@ export function ShowMore(props: ShowMoreProps) {
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 9l-7 7-7-7" />
|
||||
</svg>
|
||||
</button>
|
||||
{showMoreInfo && <div className="mt-2 p-3 rounded-md">{children}</div>}
|
||||
{showMoreInfo && <div className="mt-2 px-3 rounded-md">{children}</div>}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user