From b32caf87904d008819793aa75cc48c4873bb8a7a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 5 Jul 2023 18:57:35 -0700 Subject: [PATCH] Remove min-width on tokens --- components/common/Token/index.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/components/common/Token/index.module.scss b/components/common/Token/index.module.scss index 6cb0b2a2..0e577c5a 100644 --- a/components/common/Token/index.module.scss +++ b/components/common/Token/index.module.scss @@ -5,7 +5,6 @@ font-size: $font-tiny; font-weight: $bold; line-height: 1.4; - min-width: 3rem; text-align: center; padding: $unit-three-fourth ($unit * 1.5); user-select: none;