-
Notifications
You must be signed in to change notification settings - Fork 808
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forms: fix seperators not aligning consistently (#40967)
* Fix: seperator block styling in the form block * changelog * Make the seperator earier to overwrite * Fix the different styles to have the desired width. * Remove any vertical margin * Update projects/packages/forms/changelog/fix-25025-form-seperator Co-authored-by: Aaron Robertshaw <[email protected]> * Update projects/plugins/jetpack/changelog/fix-25025-form-seperator Co-authored-by: Aaron Robertshaw <[email protected]> * Remove the is-style-default class * update to code to be more together. * Update to use 100px vs 150px since that is the most common default saparator * Also inherit the styles in the editor * bug fix --------- Co-authored-by: Miguel Lezama <[email protected]> Co-authored-by: Aaron Robertshaw <[email protected]>
- Loading branch information
1 parent
1e3c985
commit da84905
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: fixed | ||
|
||
Improves the styling options of the separator block when placed inside the form block |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: bugfix | ||
|
||
Forms: Improve the styling of the separator block when placed inside the form block |