mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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: https://develop.svn.wordpress.org/trunk@21244 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7835,7 +7835,7 @@ div.sidebar-name {
|
||||
border-width: 1px;
|
||||
border-style: dashed;
|
||||
margin: 0 auto 20px;
|
||||
height: 26px;
|
||||
height: 27px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user