Chromium Code Reviews| Index: chrome/browser/resources/md_bookmarks/list.html |
| diff --git a/chrome/browser/resources/md_bookmarks/list.html b/chrome/browser/resources/md_bookmarks/list.html |
| index 335f6eeacd490cc15ce7a45a9a6deab0cec06c34..dcfc8ceb2fae17efcb9923eb2ff9897282006247 100644 |
| --- a/chrome/browser/resources/md_bookmarks/list.html |
| +++ b/chrome/browser/resources/md_bookmarks/list.html |
| @@ -15,7 +15,8 @@ |
| <template> |
| <style include="shared-style cr-shared-style"> |
| :host { |
| - padding: 20px 32px; |
| + overflow-y: auto; |
| + padding: 20px 32px 20px 17px; /* Left is smaller due to splitter */ |
|
tsergeant
2017/03/15 00:07:52
you could do this with a calc if you wanted /shrug
calamity
2017/03/15 00:48:19
Done. /end-shrug
|
| } |
| #bookmarksCard { |
| @@ -23,7 +24,6 @@ |
| background-color: #fff; |
| margin: 0 auto; |
| max-width: var(--card-max-width); |
| - min-width: var(--card-min-width); |
| padding: 8px 0; |
| } |