From bf4bc57550eb10e5907a6c2ac2c93723c81fbb63 Mon Sep 17 00:00:00 2001 From: fukino Date: Tue, 27 Jan 2015 02:02:58 -0800 Subject: [PATCH] Correct margin of breadsrumbs for RTL languages. BUG=452401 Review URL: https://codereview.chromium.org/876273002 Cr-Commit-Position: refs/heads/master@{#313251} --- ui/file_manager/file_manager/foreground/css/file_manager.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css index 131c39ba6654..44f221cdb94e 100644 --- a/ui/file_manager/file_manager/foreground/css/file_manager.css +++ b/ui/file_manager/file_manager/foreground/css/file_manager.css @@ -478,12 +478,12 @@ div.splitter { /* The container for breadcrumb elements. */ .breadcrumbs { + -webkit-margin-start: 16px; align-items: center; display: flex; flex: auto; flex-direction: row; line-height: 20px; - margin-left: 16px; overflow: hidden; padding-top: 1px; } -- 2.11.4.GIT