fix(edition): fix digitization tab layout overflow and button alignment#6753
Open
meyerlor wants to merge 1 commit into3liz:masterfrom
Open
fix(edition): fix digitization tab layout overflow and button alignment#6753meyerlor wants to merge 1 commit into3liz:masterfrom
meyerlor wants to merge 1 commit into3liz:masterfrom
Conversation
0eb53bd to
b8396e1
Compare
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
e75b531 to
aea0ef0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bootstrap 5's
.rownegative gutters caused form-select/form-control to overflow the fieldset in the digitization coordinate form. Addg-0(zero gutters),col-autoon labels andcol on .controls divsto contain them.Also fix several CSS layout issues in the digitization tab:
#tabdigitizationto give content breathing roommargin-leftto geomtool buttons to align with the themed fieldset (highlighted red in the screenshot)lizmap-paste-geombutton height: usedisplay:contentson the custom element wrapper and size the inner SVG to match the other icon sprites