Skip to content

Commit 9164a6b

Browse files
fix(ui): Mermaid SVG 모달 크기 렌더링 수정
SVG에 명시적 width를 설정하여 모달에서 정상 크기로 표시
1 parent d72ef50 commit 9164a6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,8 @@ a:hover {
10081008
background: #ffffff;
10091009
border-radius: var(--radius-md);
10101010
padding: var(--spacing-lg);
1011-
max-width: 85vw;
1011+
width: 85vw;
1012+
height: auto;
10121013
max-height: 85vh;
10131014
pointer-events: none;
10141015
user-select: none;

0 commit comments

Comments
 (0)