From 9b8b6078d68f94560b18a97c7093fa403bbbdfbc Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 12 Aug 2022 15:14:36 -0500 Subject: [PATCH] fix image distortion on certain browsers --- components/text.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/text.module.css b/components/text.module.css index 83f0c2a4..da89e20c 100644 --- a/components/text.module.css +++ b/components/text.module.css @@ -63,7 +63,7 @@ display: block; margin-top: .5rem; border-radius: .4rem; - width: min-content; + width: auto; max-width: 100%; }