| 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 de2977e200c02b811df80aca76a209e329191d4e..48734916001586eb4e2862ca35a8ff124394c9f6 100644
|
| --- a/chrome/browser/resources/md_bookmarks/toast_manager.html
|
| +++ b/chrome/browser/resources/md_bookmarks/toast_manager.html
|
| @@ -7,6 +7,7 @@
|
| <template>
|
| <style include="shared-style">
|
| #content {
|
| + display: flex;
|
| flex: 1;
|
| margin-right: 32px;
|
| overflow: hidden;
|
| @@ -23,6 +24,16 @@
|
| padding: 8px;
|
| }
|
|
|
| + .collapsible {
|
| + flex: 1;
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| + }
|
| +
|
| + span {
|
| + white-space: pre;
|
| + }
|
| +
|
| #toast {
|
| align-items: center;
|
| background-color: #323232;
|
|
|