[object Object]

← back to Commercialrealestate

CRCP listings: records body now fills to the right screen edge (table min-width:100% stretches columns to fill; trim wrap side padding)

6b78658ae2a34ed06dd64f22b4cbf4cf82107cee · 2026-08-17 16:51:38 -0700 · steve

Files touched

Diff

commit 6b78658ae2a34ed06dd64f22b4cbf4cf82107cee
Author: steve <steve@designerwallcoverings.com>
Date:   Mon Aug 17 16:51:38 2026 -0700

    CRCP listings: records body now fills to the right screen edge (table min-width:100% stretches columns to fill; trim wrap side padding)
---
 public/mls.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/mls.html b/public/mls.html
index dd7743c..b6b727c 100644
--- a/public/mls.html
+++ b/public/mls.html
@@ -30,10 +30,10 @@
   .toggle button.on{background:var(--blue);color:var(--bg);font-weight:700;}
   .csvbtn{background:var(--card);border:1px solid var(--line);color:var(--acc);border-radius:9px;padding:8px 12px;font-size:13px;cursor:pointer;} .csvbtn:hover{border-color:var(--acc);}
   .count{color:var(--mut);font-size:12px;}
-  .wrap{padding:24px 28px 60px;}
+  .wrap{padding:20px 12px 60px;}
   /* TABLE (spreadsheet) */
   .tblwrap{overflow:auto;max-height:calc(100vh - 130px);border:1px solid var(--line);border-radius:10px;}
-  table.mls{border-collapse:separate;border-spacing:0;width:100%;font-size:12.5px;white-space:nowrap;}
+  table.mls{border-collapse:separate;border-spacing:0;width:100%;min-width:100%;font-size:12.5px;white-space:nowrap;}
   table.mls thead th{position:sticky;top:0;background:var(--bg2);color:var(--mut);text-transform:uppercase;letter-spacing:.3px;font-size:10.5px;padding:8px 10px;border-bottom:1px solid var(--line);cursor:pointer;user-select:none;z-index:2;}
   table.mls thead th:hover{color:var(--ink);}
   table.mls thead th.asc::after{content:' ▲';color:var(--acc);} table.mls thead th.desc::after{content:' ▼';color:var(--acc);}

← 6d85d99 CRCP listings: replace full-width/fit-all experiments with a  ·  back to Commercialrealestate  ·  CRCP listings: per-user saved settings — self-serve account 2bae93c →