From 1f60d528425591316a21f2ff73f3cc53400ee757 Mon Sep 17 00:00:00 2001 From: jhynsoo Date: Tue, 13 Aug 2024 16:41:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B0=95=EC=9D=98=20=EC=B9=B4=EB=93=9C?= =?UTF-8?q?=20=ED=81=AC=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ClassCard/ClassCard.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/ClassCard/ClassCard.module.css b/frontend/src/components/ClassCard/ClassCard.module.css index a0753a3..2d50b13 100644 --- a/frontend/src/components/ClassCard/ClassCard.module.css +++ b/frontend/src/components/ClassCard/ClassCard.module.css @@ -9,6 +9,7 @@ min-width: 0; overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; } .thumbnail {