Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2670)

Unified Diff: chrome/browser/resources/md_bookmarks/toast_manager.html

Issue 2948943002: MD Bookmarks: Add full support for cut/copy/paste keyboard shortcuts (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..9a0d3e61629a36ff8510cc6348a0fd4b1d459dd8 100644
--- a/chrome/browser/resources/md_bookmarks/toast_manager.html
+++ b/chrome/browser/resources/md_bookmarks/toast_manager.html
@@ -25,6 +25,7 @@
}
.collapsible {
+ flex: 1;
calamity 2017/07/03 03:40:05 I thought we got rid of this?
tsergeant 2017/07/03 05:28:29 oops, merge flub
overflow: hidden;
text-overflow: ellipsis;
}

Powered by Google App Engine
This is Rietveld 408576698