From d275c963964de18ccc52fd1a4d8d27173039111f Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 24 Nov 2020 14:29:00 -0800 Subject: [PATCH] fix bug in table loading placeholders The extra word width of "Placeholder" caused wrapping on some screens! --- src/app/ItemTradesPage.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/ItemTradesPage.js b/src/app/ItemTradesPage.js index b4918779..06ac2d3c 100644 --- a/src/app/ItemTradesPage.js +++ b/src/app/ItemTradesPage.js @@ -277,16 +277,16 @@ function ItemTradesTableRowSkeleton() { return ( - Placeholder + X - Placeholder + X - Placeholder + X - Placeholder + X );