Remove unnecessary padding on welcome panel icons at responsive sizes. Fixes #26374, props mattheu.
Built from https://develop.svn.wordpress.org/trunk@26554 git-svn-id: http://core.svn.wordpress.org/trunk@26445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b88583c567
commit
3a68881300
|
@ -3350,9 +3350,6 @@ form.initial-form.quickpress-open input#title {
|
|||
margin: 0.4em 0 0;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-icon {
|
||||
padding-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3350,9 +3350,6 @@ form.initial-form.quickpress-open input#title {
|
|||
margin: 0.4em 0 0;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-icon {
|
||||
padding-left: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue