Reset padding for buttons in theme details modal.
props awbauer. fixes #31963. git-svn-id: https://develop.svn.wordpress.org/trunk@32128 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a0fbde9fdc
commit
be2e1d9937
|
@ -419,6 +419,10 @@
|
|||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header button {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.theme-overlay .theme-header .close {
|
||||
cursor: pointer;
|
||||
height: 48px;
|
||||
|
|
Loading…
Reference in New Issue