Ensure that .widget-inside gets the necessary interior padding regardless of its containing element. Fixes #26391, props cainm.
git-svn-id: https://develop.svn.wordpress.org/trunk@26618 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6cad5246df
commit
24240d260c
|
@ -10815,7 +10815,7 @@ input.newtag:focus ~ div.taghint {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widgets-holder-wrap .widget-inside {
|
.widget-inside {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
padding: 1px 15px 15px 15px;
|
padding: 1px 15px 15px 15px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
|
Loading…
Reference in New Issue