-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant font size reset button and update styles to match
- Loading branch information
1 parent
0dab6cf
commit f28510c
Showing
4 changed files
with
28 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
.block-editor-block-inspector, | ||
.edit-site { | ||
.typography-controls { | ||
.block-editor-line-height-control input { | ||
max-width: 100%; | ||
.typography-controls { | ||
.block-editor-line-height-control input { | ||
max-width: 100%; | ||
} | ||
|
||
.components-font-size-picker__controls { | ||
.components-font-size-picker__select { | ||
flex: 1; | ||
|
||
> button { | ||
width: 100%; | ||
} | ||
} | ||
|
||
.components-unit-control-wrapper { | ||
margin-right: 0; | ||
} | ||
} | ||
} |
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