Skip to content

Commit

Permalink
Add back description padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Apr 25, 2022
1 parent 6f325b4 commit a2be017
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/edit-site/src/components/global-styles/screen-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,16 @@ function ScreenRoot() {
<CardDivider />

<CardBody>
<Spacer as="p" paddingTop={ 2 } marginBottom={ 4 }>
<Spacer
as="p"
paddingTop={ 2 }
/*
* 13px matches the text inset of the NavigationButton (12px padding, plus the width of the button's border).
* This is an ad hoc override for this particular instance only and should be reconsidered before making into a pattern.
*/
paddingX="13px"
marginBottom={ 4 }
>
{ __(
'Customize the appearance of specific blocks for the whole site.'
) }
Expand Down

0 comments on commit a2be017

Please sign in to comment.