Skip to content

Commit 45b6d5f

Browse files
little style bug fix
1 parent 55d8047 commit 45b6d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/renderer/src/components/app/collections/request-list/content/request-list/request-list-item

src/renderer/src/components/app/collections/request-list/content/request-list/request-list-item/RequestListItemName.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const RequestListItemName = memo(() => {
7070
id={`request_list_item_${id}`}
7171
value={name}
7272
readOnly
73-
className="w-full h-full outline-0 text-sm py-1 whitespace-nowrap overflow-hidden text-ellipsis cursor-pointer select-none border-b border-transparent pointer-events-none"
73+
className="w-full h-full outline-0 text-sm py-1 whitespace-nowrap overflow-hidden text-ellipsis cursor-pointer select-none border-y border-transparent pointer-events-none"
7474
/>
7575
)}
7676
</>

0 commit comments

Comments
 (0)