Skip to content

Commit 4e1aa44

Browse files
committed
more margin updates
1 parent b1766b3 commit 4e1aa44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/TextChat.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function MessageComp({ attribute, showNickname, showTitle }) {
158158
<div className="relative flex flex-col items-start max-w-[50%]">
159159
<span className="absolute -top-5 left-0 flex items-center gap-1 text-xs">
160160
{showNickname && (
161-
<span className="font-bold text-gray-700 mr-5">
161+
<span className="font-bold text-gray-700 mr-3">
162162
{msg.sender.name}
163163
</span>
164164
)}

0 commit comments

Comments
 (0)