ui: content-sized label column in decoded field tables (v2.7.14)

The decoded view used a fixed 10rem right-aligned label column, so short
labels pushed the values ~168px to the right — for transparent files the
block looked like indented record data.  efRenderFieldsHtml now uses a
grid with grid-template-columns: max-content 1fr: labels stay right
aligned and values stay aligned, but the column is only as wide as the
widest label of the block.  Applies to the file manager decoded view and
the snapshot Decoded block (transparent and per-record fields alike).

- tests: efRenderFieldsHtml markup (grid, no w-40) and decoded view.
This commit is contained in:
2026-09-20 23:56:40 +03:00
parent 93ed870f75
commit bfb455b3c8
5 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'simple-v216';
const CACHE = 'simple-v217';
const URLS = [
'index.html',
'help.html',