# Whisper-Server Path Cell Two-Line Clamp Implementation Plan
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
**Goal:** Narrow the configured whisper-server model path column to `160px` and render up to two visible lines before truncation while preserving full-path hover disclosure.
**Architecture:** Keep the change localized to the configured whisper-server row renderer in the admin Models template and its existing template regression test. Replace the current single-line truncation inline style with a bounded two-line clamp style, then update the regression assertion to lock the new rendering contract in place.
-[]**Step 1: Write the failing template regression expectation**
Update the existing test `test_models_template_truncates_configured_whisper_server_model_paths` in `tests/test_whisper_server_local_models.py` so it expects the new bounded two-line clamp style instead of the old single-line `320px` style:
Expected: FAIL because `codai/admin/templates/models.html` still contains the old `max-width:320px` single-line style.
-[]**Step 3: Apply the minimal template change**
Change the configured whisper-server row path cell in `codai/admin/templates/models.html` from the old single-line style to the new two-line bounded style: