Skip to content

fix(edition): fix digitization tab layout overflow and button alignment#6753

Open
meyerlor wants to merge 1 commit into3liz:masterfrom
meyerlor:fix/digitization-coord-form-overflow
Open

fix(edition): fix digitization tab layout overflow and button alignment#6753
meyerlor wants to merge 1 commit into3liz:masterfrom
meyerlor:fix/digitization-coord-form-overflow

Conversation

@meyerlor
Copy link
Copy Markdown
Collaborator

@meyerlor meyerlor commented Apr 18, 2026

Bootstrap 5's .row negative gutters caused form-select/form-control to overflow the fieldset in the digitization coordinate form. Add g-0 (zero gutters), col-auto on labels and col on .controls divs to contain them.

Also fix several CSS layout issues in the digitization tab:

  • Add padding-top to #tabdigitization to give content breathing room
  • Add margin-left to geomtool buttons to align with the themed fieldset (highlighted red in the screenshot)
  • Fix lizmap-paste-geom button height: use display:contents on the custom element wrapper and size the inner SVG to match the other icon sprites
grafik

@github-actions github-actions Bot added this to the 3.11.0 milestone Apr 18, 2026
@meyerlor meyerlor force-pushed the fix/digitization-coord-form-overflow branch 2 times, most recently from 0eb53bd to b8396e1 Compare April 18, 2026 07:59
Bootstrap 5's .row negative gutters caused form-select/form-control to
overflow the fieldset in the digitization coordinate form. Add g-0 (zero
gutters), col-auto on labels and col on .controls divs to contain them.

Also fix several CSS layout issues in the digitization tab:
- Add padding-top to #tabdigitization to give content breathing room
- Add margin-left to geomtool buttons to align with the themed fieldset
- Fix lizmap-paste-geom button height: use display:contents on the custom
  element wrapper and size the inner SVG to match the other icon sprites
@meyerlor meyerlor force-pushed the fix/digitization-coord-form-overflow branch from e75b531 to aea0ef0 Compare April 18, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant