fixed not to break in the button

This commit is contained in:
松浦 知也 Matsuura Tomoya 2025-10-29 21:17:18 -04:00
parent 08c861707b
commit 1a34e010b6

View File

@ -25,6 +25,7 @@
& > p { & > p {
display: inline; display: inline;
color: var(--gray); color: var(--gray);
text-wrap:unset;
} }
& svg { & svg {