Increase the height of the widget drag/drop placeholder by one pixel so it matches the size of the dragged widget. props alexvorn2. props SergeyBiryukov. fixes #21054
git-svn-id: http://core.svn.wordpress.org/trunk@21244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
364763adfe
commit
d80cb05db0
|
@ -7835,7 +7835,7 @@ div.sidebar-name {
|
|||
border-width: 1px;
|
||||
border-style: dashed;
|
||||
margin: 0 auto 20px;
|
||||
height: 26px;
|
||||
height: 27px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue