refactor(ui): modal padding via Bootstrap container, drop msbackup class #223

Merged
jmiller merged 2 commits from fix/modal-container-padding into dev 2026-07-06 00:16:34 +00:00
Owner

Targeting dev. Per your call, switch the destination-modal padding from the custom msbackup class to a Bootstrap .container-fluid:

  • .modal-content no longer carries the msbackup class (removed).
  • The header/body/footer are wrapped in a .container-fluid inside .modal-content.
  • WAM stylesheet gives that container a 1rem frame and drops the inner sections' horizontal padding so it isn't doubled. No inline CSS.

php -l clean; container balanced; no msbackup references remain.

https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i

Targeting **dev**. Per your call, switch the destination-modal padding from the custom `msbackup` class to a **Bootstrap `.container-fluid`**: - `.modal-content` no longer carries the `msbackup` class (removed). - The header/body/footer are wrapped in a `.container-fluid` inside `.modal-content`. - WAM stylesheet gives that container a **1rem** frame and drops the inner sections' horizontal padding so it isn't doubled. No inline CSS. `php -l` clean; container balanced; no `msbackup` references remain. https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
jmiller added 2 commits 2026-07-06 00:16:13 +00:00
refactor(ui): modal padding via Bootstrap container, drop msbackup class
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 20s
dad3ce2db3
Per feedback, wrap the destination modal content in a Bootstrap .container-fluid
and give that a 1rem frame in the WAM stylesheet, instead of a custom
.msbackup class on .modal-content. Inner header/body/footer drop their own
horizontal padding so the frame isn't doubled.

Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
chore(version): pre-release bump to 02.57.12-dev [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
9e5a942800
jmiller merged commit f7d8d82a4e into dev 2026-07-06 00:16:34 +00:00
jmiller deleted branch fix/modal-container-padding 2026-07-06 00:16:37 +00:00
Sign in to join this conversation.