Customize: Restore right border on footer actions.
Fixes regression introduced in [40511]. Props timmydcrawford. See #32296. Fixes #40978. git-svn-id: https://develop.svn.wordpress.org/trunk@40896 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ef2789b737
commit
662824ceac
@ -1644,6 +1644,8 @@ body.full-overlay-active {
|
||||
min-width: 299px;
|
||||
max-width: 599px;
|
||||
width: 18%;
|
||||
width: -webkit-calc( 18% - 1px );
|
||||
width: calc( 18% - 1px );
|
||||
height: 45px;
|
||||
border-top: 1px solid #ddd;
|
||||
background: #eee;
|
||||
|
Loading…
Reference in New Issue
Block a user