diff --git a/app/templates/inspections/execute.html b/app/templates/inspections/execute.html index 6098b0c..5e14836 100644 --- a/app/templates/inspections/execute.html +++ b/app/templates/inspections/execute.html @@ -53,32 +53,12 @@ /* Rating stars: scale down to fit compressed grid cells on iPad */ .rating-stars button { font-size: .85rem; } - /* Image cells: allow full content height, don't clip the clear button */ - .fg-cell:has(.upload-wrap) { - overflow: visible; - height: auto; - } - /* upload-wrap must not be clipped — let it grow */ - .upload-wrap { - flex: none; - } - /* upload-zone fixed compact height on iPad so it doesn't over-expand */ - .upload-zone { - min-height: 44px; - flex: none; - height: 44px; - } - /* Always show the clear button text without clipping */ - .upload-clear { - white-space: nowrap; - overflow: visible; - } + /* Image upload cells: don't clip the chosen-file row */ + .upload-zone { overflow: visible; } } .fg-cell { overflow:hidden; display:flex; flex-direction:column; padding:.18rem .45rem; } - /* Image upload cells need overflow visible so the remove button isn't clipped */ - .fg-cell:has(.upload-wrap) { overflow: visible; } .fg-cell .field-lbl { font-size:.74rem; font-weight:500; color:#64748b; margin-bottom:.2rem; display:block; @@ -100,34 +80,44 @@ .fg-cell .form-check-input { margin-top:.18rem; } .fg-cell .form-check { margin-bottom:.1rem; } - /* Upload zone — uses