-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Columns: Avoid using CSS variables for block gap styles (#37436)
* Initial commit Co-authored-by: Ramon <[email protected]> * Fix vertical alignment issue, try to find a compromise with tablet viewport sizes * Remove tablet break * Hide the layout controls so that we can reconcile the discrepancies between layout support styles and columns stack on mobile styles. The layout controls are not shown on trunk, and there is some confusion between multiple lines wrap (layout) vs stack on mobile (columns) options. In order to override the layout support flex-wrap styles, we do need `!important` on our wrap/nowrap declarations. * Update style.scss Reverting break-small change * Reinstate blockGap support for the columns block. Co-authored-by: Andrew Serong <[email protected]> Co-authored-by: Ben Dwyer <[email protected]>
- Loading branch information
1 parent
fe9b08a
commit d9cb56c
Showing
4 changed files
with
19 additions
and
48 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
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