Chromium Code Reviews| Index: chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| diff --git a/chrome/browser/resources/shared/css/chrome_shared2_touch.css b/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| index c6081857d57b67552e9f784aff010265280b57c9..858da24d639efd18fc9127e1626ff3fe6ac21125 100644 |
| --- a/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| +++ b/chrome/browser/resources/shared/css/chrome_shared2_touch.css |
| @@ -38,3 +38,7 @@ select { |
| margin-bottom: 6px; |
| margin-top: 6px; |
| } |
| + |
| +html[touch-optimized] .tree-item > .tree-row { |
| + padding: 4px 3px; |
| +} |