diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 23:27:49 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 23:27:49 +0000 |
commit | 4672c6c2168c34722d5dc9dd09d864dc4d77d77d (patch) | |
tree | 8c3d663b6eb060e72a8f897de376ec88dd5fb4c9 | |
parent | 1a24da5da18bac1e97ede472e0061568c4b76f26 (diff) | |
download | chromium_src-4672c6c2168c34722d5dc9dd09d864dc4d77d77d.zip chromium_src-4672c6c2168c34722d5dc9dd09d864dc4d77d77d.tar.gz chromium_src-4672c6c2168c34722d5dc9dd09d864dc4d77d77d.tar.bz2 |
another white-space: nowrap in the ntp footer
BUG=none
TEST=when you have many apps pages, the "recently closed" and "other devices" menus should not wrap the down triangle
Review URL: https://chromiumcodereview.appspot.com/10446066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139422 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/ntp4/footer_menu.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp4/footer_menu.css b/chrome/browser/resources/ntp4/footer_menu.css index b23315a..96c6fae 100644 --- a/chrome/browser/resources/ntp4/footer_menu.css +++ b/chrome/browser/resources/ntp4/footer_menu.css @@ -19,6 +19,7 @@ /* The padding increases the clickable area. */ padding-bottom: 0; padding-top: 0; + white-space: nowrap; } .footer-menu-button:hover:not([menu-shown]) { |