Chromium Code Reviews| Index: chrome/browser/resources/md_bookmarks/toast_manager.html |
| diff --git a/chrome/browser/resources/md_bookmarks/toast_manager.html b/chrome/browser/resources/md_bookmarks/toast_manager.html |
| index 4a1586518643bc8d1d2eb01cde8046466a194099..af1ca67dbf0d625db1ea23540ecbed2292d02012 100644 |
| --- a/chrome/browser/resources/md_bookmarks/toast_manager.html |
| +++ b/chrome/browser/resources/md_bookmarks/toast_manager.html |
| @@ -9,17 +9,17 @@ |
| #content { |
| display: flex; |
| flex: 1; |
| - margin-right: 32px; |
| overflow: hidden; |
| text-overflow: ellipsis; |
| white-space: nowrap; |
| } |
| paper-button { |
| + -webkit-margin-end: 0; |
| + -webkit-margin-start: 32px; |
| color: var(--google-blue-300); |
| font-weight: 500; |
| height: 32px; |
| - margin: 0; |
| min-width: 52px; |
| padding: 8px; |
| } |