Menu customizer: Ensure item type doesn't collide with the handle focus glow.

props andg, metodiew.
fixes #32813.


git-svn-id: https://develop.svn.wordpress.org/trunk@33107 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-07-07 15:51:50 +00:00
parent 8209a24d85
commit 62670c5adb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
}
.wp-customizer .menu-item-handle .item-type {
padding: 1px 15px 0 5px;
padding: 1px 21px 0 5px;
float: right;
text-align: right;
}