diff --git a/src/v_video.c b/src/v_video.c
index dd72cb65f578e379701b7708598a96410698288b..854224bd5346d6762770cb9e3564dddf38d46986 100644
--- a/src/v_video.c
+++ b/src/v_video.c
@@ -2666,7 +2666,7 @@ void V_DrawNameTag(INT32 x, INT32 y, INT32 option, UINT8 *basecolormap, UINT8 *o
 			continue;
 		}
 
-		w = (SHORT(nto_font[c]->width) + SHORT(ntb_font[c]->width)) * dupx;
+		w = SHORT(ntb_font[c]->width)+4 * dupx;
 
 		if (cx > scrwidth)
 			continue;