Skip to content

Commit b01f6f8

Browse files
committed
fix[ui]: add border and padding to CardHeader in ContactNotes header
1 parent a0c77bc commit b01f6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/contact/ContactNotes.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
class="overflow-hidden border-gray-2 00 hover:border-gray-300 transition-all duration-200 box hover:shadow"
5959
>
6060
<!-- Header -->
61-
<CardHeader class="bg-gray-50/50">
61+
<CardHeader class="bg-gray-50/50 border-b p-2">
6262
<div class="flex items-center justify-between">
6363
<div class="flex items-center space-x-3">
6464
<Avatar class="border border-gray-200 shadow-sm">

0 commit comments

Comments
 (0)