Skip to content

Commit d12f188

Browse files
committed
fix: 제목 overflow 수정
1 parent 28643de commit d12f188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/components/mdx_components/session_timetable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { CenteredPage } from "../centered_page";
1111
import { ErrorFallback } from "../error_handler";
1212
import { StyledDivider } from "./styled_divider";
1313

14-
const TD_HEIGHT = 3.5;
14+
const TD_HEIGHT = 4;
1515
const TD_WIDTH = 15;
1616
const TD_WIDTH_MOBILE = 20;
1717

0 commit comments

Comments
 (0)