Index: chrome/browser/resources/md_history/history_toolbar.html |
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html |
index eb3cd4380696d7406252b5ec933b5e966742c851..8771603958a7cd2e4984c2742f01380d421cb199 100644 |
--- a/chrome/browser/resources/md_history/history_toolbar.html |
+++ b/chrome/browser/resources/md_history/history_toolbar.html |
@@ -48,6 +48,13 @@ |
}; |
} |
+ :host-context([dir=rtl]) cr-toolbar { |
+ --cr-toolbar-right-content-wide: { |
+ position: absolute; |
+ left: 0; |
+ }; |
+ } |
+ |
:host([has-drawer]) cr-toolbar { |
--cr-toolbar-field-margin: 0; |
} |