fix(web): 穩定治理盤點行動版文字換行
All checks were successful
Code Review / ai-code-review (push) Successful in 14s
CD Pipeline / tests (push) Successful in 1m44s
CD Pipeline / build-and-deploy (push) Successful in 5m11s
CD Pipeline / post-deploy-checks (push) Successful in 1m59s

This commit is contained in:
Your Name
2026-06-18 10:57:34 +08:00
parent fd702e80fc
commit f6338b7494

View File

@@ -15700,6 +15700,7 @@ export function AutomationInventoryTab() {
<style jsx global>{`
.automation-inventory-tab-root,
.automation-inventory-tab-root * {
box-sizing: border-box;
min-width: 0;
}
@@ -15711,6 +15712,7 @@ export function AutomationInventoryTab() {
.automation-inventory-tab-root span,
.automation-inventory-tab-root div {
overflow-wrap: anywhere;
word-break: break-word;
}
.automation-inventory-tab-root span {