Allow #wpwrap to scroll horizontally if needed, and hide overflow only on specific elements that need it. See #26169.

git-svn-id: https://develop.svn.wordpress.org/trunk@26382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas
2013-11-26 02:41:35 +00:00
parent 16a44dfb6a
commit 183ac18d83
2 changed files with 7 additions and 2 deletions

View File

@@ -838,6 +838,7 @@
text-indent: 100%;
width: 28px;
padding: 0 10px;
overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */
}
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {