Skip to content

Commit f3ab30b

Browse files
committed
Add separator line below example tile titles
1 parent f9dd498 commit f3ab30b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/lib/components/WelcomeModal.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
flex-direction: column;
264264
align-items: stretch;
265265
justify-content: flex-start;
266+
padding: 0;
266267
background: var(--surface);
267268
border: 1px solid var(--border);
268269
border-radius: var(--radius-md);
@@ -308,8 +309,9 @@
308309
}
309310
310311
.example-info {
311-
padding: 0;
312+
padding: 6px 8px;
312313
text-align: left;
314+
border-bottom: 1px solid var(--border);
313315
}
314316
315317
.example-name {

0 commit comments

Comments
 (0)