| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| index 0fe8c28c43982b8c367f5bb93ea381f358746f22..9aa5ecfb4d6a32046fb2c3d02e74e2fab3bbaad8 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| @@ -23,8 +23,17 @@
|
| width: 0;
|
| }
|
|
|
| + /* The following non-flex directives allow eliding long originUrls from
|
| + * the left. Forcing rtl should not cause an issue for right-to-left
|
| + * languages in this case, since valid URL characters are restricted to
|
| + * ASCII. */
|
| .website-column {
|
| + direction: rtl;
|
| flex: 3;
|
| + overflow: hidden;
|
| + text-align: left;
|
| + text-overflow: ellipsis;
|
| + white-space: nowrap;
|
| }
|
|
|
| .username-column {
|
|
|