IBX-12279: Fixed label gaps for checkbox rows, richtext fields and compound legends - #2040
Open
tischsoic wants to merge 1 commit into
Open
IBX-12279: Fixed label gaps for checkbox rows, richtext fields and compound legends#2040tischsoic wants to merge 1 commit into
tischsoic wants to merge 1 commit into
Conversation
…mpound legends - checkbox sub-fields: lay out the Bootstrap .form-check row as a flex row and drop the .form-check-input top margin so the row starts 4px under its label - richtext: bottom-align the label wrapper with the distraction-free-mode button so the 4px label margin meets the editor - compound field labels rendered as <legend class="col-form-label">: drop Bootstrap's vertical padding and apply the 4px label margin Co-Authored-By: Claude <noreply@anthropic.com>
|
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.



Related PRs:
Description:
Three label→input gaps that IBX-12187's 4px label margin did not reach:
form_row_subfield): Bootstrap's.form-check-input { margin-top: .25em }pushed the DS checkbox 3.5px down — the.form-checkrow is now a flex row starting 4px under the label;<legend class="col-form-label">with 6.25px padding top and bottom —.ids-label.col-form-labelnow drops the padding and gets the 4px margin (e.g. Site Factory "Status", selection attribute "Options").The toggle/checkbox-row centring itself comes from the design-system PR.
For QA:
Documentation: