chore: test deploy snapshot

This commit is contained in:
2026-05-27 10:43:01 +09:00
parent c1d0f4c1db
commit 4c4b3c8d2c
78 changed files with 10392 additions and 2301 deletions

View File

@@ -110,7 +110,9 @@
.process-flow__label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
white-space: normal;
overflow-wrap: anywhere;
word-break: break-word;
font-size: 14px;
font-weight: 700;
line-height: 1.4;
@@ -183,4 +185,10 @@
.process-flow__label-row {
flex-wrap: wrap;
}
.process-flow__status {
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-word;
}
}