From 471c917d854d89dcb95b667001fc61b90539a3a8 Mon Sep 17 00:00:00 2001 From: Minsu Kim Date: Wed, 25 Sep 2024 00:32:59 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=8B=B0=EC=BC=93=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20=ED=95=84=EB=93=9C=20=EC=82=AC=EC=9D=B4=EC=A6=88=20min-width?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ReservationTable/ReservationTable.styles.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin/src/components/ReservationTable/ReservationTable.styles.ts b/apps/admin/src/components/ReservationTable/ReservationTable.styles.ts index 30150703..9e860eea 100644 --- a/apps/admin/src/components/ReservationTable/ReservationTable.styles.ts +++ b/apps/admin/src/components/ReservationTable/ReservationTable.styles.ts @@ -35,7 +35,7 @@ const HeaderItem = styled.span` width: 80px; } &:nth-of-type(3) { - width: 180px; + min-width: 100px; } &:nth-of-type(4) { width: 100px; @@ -82,7 +82,7 @@ const Item = styled.span` width: 80px; } &:nth-of-type(3) { - width: 180px; + min-width: 100px; } &:nth-of-type(4) { width: 100px;