From 2242861cbb9cf2cfe89704df4ecf152faa6faace Mon Sep 17 00:00:00 2001 From: hsol Date: Mon, 14 Sep 2026 12:08:27 +0900 Subject: [PATCH] =?UTF-8?q?docs(ax):=20Hero=20TOOLS=20=EA=B0=80=EC=9A=B4?= =?UTF-8?q?=EB=8E=83=EC=A0=90=20=EC=A3=BC=EC=84=9D=EC=9D=84=204.4=EC=A0=88?= =?UTF-8?q?=20=ED=99=95=EC=A0=95=20=EB=8F=99=EC=9E=91=EC=97=90=20=EB=A7=9E?= =?UTF-8?q?=EC=B6=98=EB=8B=A4=20(PRF-359)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 5 (1M context) --- app/subs/ax/components/sections/Hero.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/subs/ax/components/sections/Hero.module.scss b/app/subs/ax/components/sections/Hero.module.scss index 766df74..327d5c9 100644 --- a/app/subs/ax/components/sections/Hero.module.scss +++ b/app/subs/ax/components/sections/Hero.module.scss @@ -99,7 +99,8 @@ line-height: 1.5; } -// 이름 단위로만 접히게 li에 nowrap을 걸고, 점은 li 앞쪽에 붙여 줄 첫 항목 앞에 남지 않게 한다 +// 이름 단위로만 접히게 li에 nowrap을 걸고, 점은 li 안쪽 앞에 붙여 점과 그 뒤 이름이 언제나 같은 줄에 남게 한다. +// 줄이 바뀌면 그 줄 첫 항목 앞에 점이 남는데, 이것은 확정 동작이다 - docs/ax-tool-axis-spec.md 4.4절 .tileToolsList { display: flex; flex-wrap: wrap;