Merge pull request #24476 from yash-webkul/patch-15

Update wc-setup.scss
This commit is contained in:
Vedanshu Jain 2019-09-27 00:32:16 +05:30 committed by GitHub
commit aa665446e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1125,9 +1125,9 @@ h3.jetpack-reasons {
border-color: #ddd;
border-radius: 4px;
height: 30px;
width: calc(100% - 8px - 24px - 2px); // account for padding, border to align with other elements
width: calc(100% - 8px - 8px - 2px); // account for padding, border to align with other elements
padding-left: 8px;
padding-right: 24px;
padding-right: 8px;
font-size: 16px;
color: #444;
background-color: #fff;