Fix text/image alignment in cards (#319)

* Add a visual test

* Fix test
This commit is contained in:
Samy Pessé
2024-03-21 11:15:58 +00:00
committed by GitHub
parent b029b1e23d
commit cfcfbdf16c
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -210,6 +210,11 @@ const testCases: TestsCase[] = [
url: 'blocks/lists',
fullPage: true,
},
{
name: 'Cards',
url: 'blocks/cards',
fullPage: true,
},
{
name: 'Math',
url: 'blocks/math',
@@ -73,6 +73,7 @@ export async function RecordCard(
) : null}
<div
className={tcls(
'w-full',
'flex',
'flex-col',
'place-self-start',