From 02cb4731d3ed1e4a973dbbda52487226eac1a2f1 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 15 Sep 2020 04:50:36 -0700 Subject: [PATCH] use min width to stop date badge from resizing on load --- src/app/ItemPage.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index bd11594..3a18d54 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -140,8 +140,13 @@ function ItemPageBadges({ item, isEmbedded }) { // empty). isLoaded={item.createdAt !== undefined} > - - + + {item.createdAt && } )