sketch-container-status: fix long branch names
diff --git a/webui/src/web-components/demo/sketch-container-status.demo.ts b/webui/src/web-components/demo/sketch-container-status.demo.ts
index 20d6a47..b57412d 100644
--- a/webui/src/web-components/demo/sketch-container-status.demo.ts
+++ b/webui/src/web-components/demo/sketch-container-status.demo.ts
@@ -52,7 +52,10 @@
     ) as any;
     heavyStatus.id = "heavy-status";
     heavyStatus.state = heavyUsageState;
-
+    heavyStatus.lastCommit = {
+      hash: "deadbeef",
+      pushedBranch: "user/sketch/really-long-branch-name-that-stains-layout",
+    };
     const heavyLabel = document.createElement("h4");
     heavyLabel.textContent = "Heavy Usage";
     heavyLabel.style.cssText = "margin: 20px 0 10px 0; color: #24292f;";